Aghajari / AXEmojiView

an advanced library which adds emoji,sticker,... support to your Android application.
Apache License 2.0
179 stars 45 forks source link

AXEmojiUtils.replaceWithEmojis not respecting emoji size ? #21

Closed eemi2010 closed 2 years ago

eemi2010 commented 2 years ago

I m setting the size to 100 but the emojis stay small. What m I doing wrong ?

Aghajari commented 2 years ago

Hi @eemi2010 , Can you share your code? Did you set EmojiSize on the TextView?

eemi2010 commented 2 years ago

Hi @Aghajari I m trying to replace emojis in a string with images. So I use AXEmojiUtils.replaceWithEmojis(text, 120); But the emojis are not 120dp wide. Maybe I m doing something wrong? Do I need to set the EmojiSize on the textview(Note that this is a regular TextView)? If yes please can you tell me how ? I could not see the API.

eemi2010 commented 2 years ago

Ah I see there com.aghajari.emojiview.view.AXEmojiTextView I will test that one and come back to you.

eemi2010 commented 2 years ago

Thank you. com.aghajari.emojiview.view.AXEmojiTextView seems to be working. Closing.