I should clarify that I want the text to be wrapped and centered on the images, just like the effect I would get by setting the following attributes on my TextView:
android:layout_width="fill_parent" android:layout_height="fill_parent" android:gravity="center_vertical|center_horizontal" I know that I can simply draw text onto an ImageView via the drawText() method, but will I then have to handle the wrapping and the centering of the text myself? -- 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

