Sorry for my English) My class extends TabActivity. How remove divider, which place after TabWidget? or how setup color for it?

enter image description here Thanks!!

link|improve this question
feedback

3 Answers

Put android:tabStripEnabled="false" in our <TabWidget />

link|improve this answer
1  
Strange, it's in the API docs, but my project is not recognizing it in the XML. Edit: Not in 1.6, but present in 2.2 – Artem Russakovskii Aug 4 '11 at 1:28
feedback

You need to write you own Tab Indicator selector. For this you can google for custom tab indicator or you can have a look in my post about Android tabs. I have written custom tabs so that you can customize your tab indicators. Here is a link to my post. You can also find useful link to customize your tab in the post.

link|improve this answer
feedback

I think this will help, as I myself used this. Try to reduce the margin of the frame layout. ex: android:layout_marginTop="-6px" put the code inside the line. AT least this worked for me.

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.