EmojiSlider
EmojiSlider copied to clipboard
How to set emoji as a drawable instead of text?
Problem is that while i am set emoji using setThumbDrawable method the thumb was change but the floating emoji will be same as old default emoji
Well, this is the main issue. It is using
getTextBounds
and then drawText
. I could use drawBitmap
, but what would be the getTextBounds
equivalent for a drawable?