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 622 forks source link

Android how to create view like this in Circular shape having imageview and text view #12

Closed achinverma closed 9 years ago

achinverma commented 9 years ago

i want to create a view like this , i will post picture ,is it possible with your library. please guide me. untitled

amulyakhare commented 9 years ago

I think it will be very hard to achieve something like this using the library. You could however, look at the source code and modify it to fit your custom needs.