android - Styling none actionbar-tabs -


in application i'm using mix of actionbar tabs , "old" tabwidget. have no problems styling actionbar tabs using custom style theme.

<style name="mytheme" parent="@android:style/theme.holo">     <item name="android:logo">@drawable/logo</item>     <item name="android:actionbartabstyle">@style/myactionbarstyle</item>     <item name="android:tabwidgetstyle">@style/mytabstyle</item> </style> 

the tabwidgetstyle doesn't seem have same effect on "old" tabwidget though. i've been trying change blue bottom tab-indicator color red without success. have tips on how this? have create separate tab class , use tab indicator?

thanks.


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -