rockerhieu/emojicon

how to change size of emojiconSize programmatically ?

miladr0 opened this issue · 3 comments

how to change size of emojiconSize programmatically ?

@miladr0 hope it will help:
emojiconTextView.setEmojiconSize(32); //32 pixels.
Use something like (int)(32*getResources().getDisplayMetrics().density) to set size 32dp from code

@kot331107 tnx for your help