You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can use `app:keyboardStyle` in xml to set or `setKeyboardStyle(@KeyboardStyle int style)` method to set, once you set, the keyboard style will change.
67
69
@@ -77,7 +79,7 @@ There are also some attributes you can custom the icons.
77
79
78
80
79
81
80
-
3, Emoticons and Stickers
82
+
##### 3, Emoticons and Stickers
81
83
82
84
```java
83
85
if (!ChatKeyboardLayout.isEmoticonInitSuccess(this)) {
@@ -91,7 +93,8 @@ if (!ChatKeyboardLayout.isEmoticonInitSuccess(this)) {
91
93
92
94
93
95
94
-
4, Keyboard Listener
96
+
##### 4, Keyboard Listener
97
+
95
98
```java
96
99
publicinterfaceOnChatKeyBoardListener {
97
100
/**
@@ -158,7 +161,7 @@ You can use `SimpleOnChatKeyboardListener` instead of the interface above, so yo
0 commit comments