I've got a custom theme that inherits from Theme.Holo.Light.DarkActionBar and I'm trying to change the theme's tabWidget style so it to look like if the theme was Theme.Holo Dark.

I've tried this in my theme with no result

<style name="AppTheme" parent="android:style/Theme.Holo.Light.DarkActionBar">
  <item name="android:tabWidgetStyle">@android:style/Widget.Holo.TabWidget</item>
...
</style>

The only thing I can appreciate is there is a small change in the blue bar of the tab.

Any idea how to get it? Thanks!

link|improve this question

Improve your accept rate. – HandlerExploit Feb 9 at 14:22
Ok... done, even if I had to edit the inspiring answer, because I found the solution on my own or copy it from a comment – Wakka Feb 9 at 15:05
on which Android Version are you? API Level <14? – Ahmad May 10 at 22:36
8 and above. However, I use two styles (pre and post Honeycomb). I was trying this for API Level >= 11. – Wakka May 11 at 7:28
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.