Action Bar Sherlock, change colour of line under tab?
问题 How can I change the colour of the line that appears under the highlighted Action Bar Sherlocks tab. It's default is an electric blue. 回答1: Here an implementation based on the google i/o app implementation: Set the theme style: <style name="Theme.Styled" parent="Theme.Sherlock.Light"> <item name="android:actionBarTabBarStyle">@style/Widget.Styled.TabBar</item> <item name="actionBarTabBarStyle">@style/Widget.Styled.TabBar</item> </style> <style name="Widget.Styled.TabView" parent="Widget