Skip to content

Commit 20cbe97

Browse files
committed
Add setDimAmount doc in the readme
1 parent ddbb84d commit 20cbe97

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,11 @@ Change the number of reactions in the Columns, the default value is all reaction
8686
reactButton.setDialogColumnsNumber(n);
8787
```
8888

89+
Set the dim amount for the reactions dialog from 0 for no dim to 1 for full dim, the default value is 0
90+
```java
91+
reactButton.setDimAmount(dim);
92+
```
93+
8994
Set setOnReactionChangeListener:
9095

9196
```java

0 commit comments

Comments
 (0)