Sorry for my English)
My class extends TabActivity. How remove divider, which place after TabWidget? or how setup color for it?
Thanks!!
|
feedback
|
|
Put | |||||
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. | |||
|
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. | |||
|
feedback
|