Emojicon size not increse
pizaranha opened this issue · 2 comments
pizaranha commented
emojicon:emojiconSize="28sp"..... its not working and also "emojiEditText.setEmojiconSize(28)" ... not working...... please how to solve this
applehong5013 commented
use this emojIcon.setIconsIds(R.drawable.baseline_keyboard_black_24,R.drawable.ic_emoji);
the image use your own size, Example 24x24, 48x48, you can edit with photoshop
Vincentkuria commented
use app:emojiconSize="28sp" it worked for me