On Fri, Aug 19, 2011 at 9:58 AM, bob <[email protected]> wrote: > I have a bunch of ImageButtons, but now I realized I need text under > some of them. Any ideas what to do? >
You can try using regular buttons, and set the image to android:drawableTop. That would put the button text under the image. You might also wan to get rid of the default Button background using android:background="@null". -- 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

