I have some default size for the content and the tabwidget, well I have custom views in the tabwidget and I want to make him a little bit bigger. How can I do this ? also I need to know how to change the gap between tabs.

link|improve this question

64% accept rate
feedback

1 Answer

Use the layout android.R.layout.tab_content source as a template. You can do something easy like increase the padding or margin, or just about anything you want. When you create your tabs with newTabSpec, set your custom layout as the indicator.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.