Skip to content

JingkaiTang/TextDrawable

 
 

Repository files navigation

###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

Add repository

repositories {
    maven { url "https://jitpack.io" }
}

Add dependency

dependencies {
    compile 'com.github.JingkaiTang:TextDrawable:1.1.1'
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%