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

How to use layout_gravity="center" #41

Open sainipray opened 8 years ago

sainipray commented 8 years ago

I want to show TextDrawable in Center of LinearLayout.I have already use Layout_gravity="center" but it's not working.