EmojiSlider icon indicating copy to clipboard operation
EmojiSlider copied to clipboard

How to set emoji as a drawable instead of text?

Open jigneshvashundhara opened this issue 5 years ago • 1 comments

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

jigneshvashundhara avatar May 17 '19 08:05 jigneshvashundhara

image 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?

bernaferrari avatar May 23 '19 02:05 bernaferrari