Skip to content

Commit cf9f2b1

Browse files
authored
add setDialogBackgroundColor method
add how to use setDialogBackgroundColor in ReactButton
1 parent 26098d2 commit cf9f2b1

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Diff for: README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ Set on Long Click Listener :
105105
}
106106
});
107107
```
108-
109-
110-
108+
109+
Change Emoji layout background color :
110+
```java
111+
reactButton.setDialogBackgroundColor(int color);
112+
```

0 commit comments

Comments
 (0)