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

Lower api to 9 #25

Closed BLeQuerrec closed 11 months ago

BLeQuerrec commented 9 years ago

It doesn't actually use any APIs that don't exist in 9.

juliocotta commented 9 years ago

+1

daniele-athome commented 9 years ago

It can even be lowered to 8 as showed here https://github.com/amulyakhare/TextDrawable/pull/2

acrespofn commented 9 years ago

+1!

daniele-athome commented 9 years ago

Guys this repo hasn't been touched in months. I don't think the developer is still maintaining it :-(

acrespofn commented 9 years ago

Isn't there a working/mainting fork that can be recommended? I noticed https://github.com/acappelli/TextDrawable but its has fallen behind a little bit and doesn't seem to show any activity either

daniele-athome commented 9 years ago

No, that fork is also dead, I know for sure. I've copied the source files into my project anyway.