Skip to content

sangupandi/TextDrawable

 
 

Repository files navigation

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

Add repository

repositories {
    maven { url 'https://dl.bintray.com/kennyc1012/maven' }
}

Add dependency

dependencies {
    compile 'com.kennyc:text-drawable:1.0'
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%