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
Post a Comment