rockerhieu / emojicon

A library to show emoji in TextView, EditText (like WhatsApp) for Android

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

how to change size of emojiconSize programmatically ?

miladr0 opened this issue · comments

@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