> Because of i add image on the tab,the tab looks small,and the string > of the tab is on the image now. > So,i want to make the tab looks larger,and the string of the tab could > under the image. > what should i do?thank you.
I do not believe you can control the sizes of the tabs. Your choices are: 1. Live with it as it is. 2. Subclass or reimplement the necessary classes to give you the control you seek -- you can get the source from http://source.android.com 3. Switch to some other container, like ViewFlipper, and draw your own tabs. -- Mark Murphy (a Commons Guy) http://commonsware.com _The Busy Coder's Guide to Android Development_ Version 2.0 Available! --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

