amulyakhare / TextDrawable

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

Open XinyueZ opened 7 years ago

XinyueZ commented 7 years ago

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.