Skip to content

android emoticonsKeyboard support emoji and user-defined emoticon. easy to integrated into your project

Notifications You must be signed in to change notification settings

langelee/XhsEmoticonsKeyboard

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

XhsEmoticonsKeyboard

1.automatically adjust the height of software keyboard

2.support to load the emotion with res,assets,file,http,user-defined

3.module design, highly flexibility and customize as your want

Simple

EmoticonsKeyBoardPopWindow mKeyBoardPopWindow = new EmoticonsKeyBoardPopWindow(SimpleActivity.this); 
mKeyBoardPopWindow.setBuilder(EmoticonsUtils.getSimpleBuilder(this));  
mKeyBoardPopWindow.setEditText(et_content);   
mKeyBoardPopWindow.showPopupWindow();  

ChattingList

use XhsEmoticonsKeyBoardBar or create your EmoticonsKeyBoardBar

Building in Eclipse

Go home you're drunk

please building in android studio or Intellij

Download

APK下载

About

android emoticonsKeyboard support emoji and user-defined emoticon. easy to integrated into your project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%