我只是想给我的 actionbarsherlock 标签另一种颜色。因此,我发现了这篇有趣的文章:Styling the Actionbarsherlock tabs
现在,我的问题是对我来说它只适用于 11 之前的 API 级别。我做错了什么?我就这样实现了解决方案中的代码。
我做的另一件事是提高我的 API 级别(从 7 到 11),因为文章中代码中的这一行
<item name="android:actionBarTabBarStyle">@style/Theme.app.tabbar.style</item>
产生了这个错误:
android:actionBarTabBarStyle requires API level 11 (current min is 7)
有任何想法吗?