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

How to set Color for an Email as a key #27

Closed sudhanshu79 closed 9 years ago

sudhanshu79 commented 9 years ago

There is a Method getColor("user@example.com");

How will you set color for this email for the very first time?