On Thu, Jul 15, 2010 at 2:07 AM, <[email protected]> wrote: > How can I set the text below the graphic to sit on the bottom but not on > top of the graphic?
Whenever you have question on layout, first thing to do is look at the Eclipse property page for the widget and see all the attributes you can set. This one stands out: http://developer.android.com/reference/android/widget/TextView.html#attr_android:drawableTop <http://developer.android.com/reference/android/widget/TextView.html#attr_android:drawableTop>You should also be able to align the text to the bottom of the button. ------------------------------------------------------------------------------------------------- TreKing <http://sites.google.com/site/rezmobileapps/treking> - Chicago transit tracking app for Android-powered devices -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

