DeveloperCrazy
DeveloperCrazy
This my Codes `keyboardLayout = (ChatKeyboardLayout) findViewById(R.id.kv_barrr); keyboardLayout.setKeyboardStyle(ChatKeyboardLayout.Style.TEXT_EMOTICON); keyboardLayout.setShowRightIcon(true); ArrayList popupModels = new ArrayList(); popupModels.add(new MediaBean(0, R.drawable.attach_gallery, getResources().getString(R.string.send_picture), this)); popupModels.add(new MediaBean(1, R.drawable.attach_document, R.string.send_picture, this)); keyboardLayout.initMediaContents(popupModels); keyboardLayout.setOnChatKeyBoardListener(this); list_messages.setOnTouchListener(new View.OnTouchListener() { @Override...
Also, when I open and close the keyboard, the emoticon keyboard opens automatically If you want i record video from my screen
Sended Sry for Take action soon