w446108264 / XhsEmoticonsKeyboard
- суббота, 26 марта 2016 г. в 02:15:39
Java
android emoticonsKeyboard support emoji and user-defined emoticon. easy to integrated into your project
j.s
🇨🇳
也许是最良心的开源表情键盘解决方案。
You can download a sample APK
Users of your library will need add the jitpack.io repository:
allprojects {
repositories {
jcenter()
maven { url "https://jitpack.io" }
}
}
and:
dependencies {
compile 'com.github.w446108264:XhsEmoticonsKeyboard:2.0.0'
}
Please fell free to contact me if there is any problem when using the library.