This light-weight library provides images with letter/text like the Gmail app. It extends the Drawable class thus can be used with existing/custom/network ImageView classes. Also included is a fluent interface for creating drawables and a customizable ColorGenerator.
MIT License
3.16k
stars
623
forks
source link
Does lib support dynamic changing on "text" on the drawable. #58
Should I create drawable every time if I just want to change the text on it?
For instance that I want to use this lib for Seekbar and refresh "progress" on thumb every time when I use this lib as thumb of the seekbar.
Should I create drawable every time if I just want to change the text on it? For instance that I want to use this lib for Seekbar and refresh "progress" on thumb every time when I use this lib as thumb of the seekbar.