###TextDrawable
Based on this repo, the util class ColorGenerator from the originally repo has been recovered.
Fork of the TextDrawable library originally found here. It has been reworked to be more simplified as well as had several features added including settings an icon and generating a Bitmap object. For example of how to use the newly structured API, see the Builder Class or look at the sample for examples.
#Including in your project
repositories {
maven { url "https://jitpack.io" }
}dependencies {
compile 'com.github.JingkaiTang:TextDrawable:1.1.1'
}