###TextDrawable
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://dl.bintray.com/kennyc1012/maven' }
}dependencies {
compile 'com.kennyc:text-drawable:1.0'
}