I’m using Android 3.0.
I’ve created TabHost with TabWidget in my layout and I add the tabs during runtime.
I want to get rid of the blue line under the TabWidget which also indicates on the active tab. I’ve tried to set the strip to disabled but it didn’t help.
How can I do it?
Thanks
Well,
I found a solution for this issue.
When creating the TabSpec, I’ve set an indicator which is an inflated layout resource.
After using this, the strip is not shown anymore on the tabs’ header.
Thanks anyway for your help