这是我设置操作栏标签样式的代码
<style name="ActionBarTabStyle" parent="@style/Widget.Holo.ActionBar.TabText">
<item name="android:background">@android:color/transparent</item>
<!-- below attributes have no effect -->
<item name="android:paddingLeft">4dp</item>
<item name="android:paddingRight">4dp</item>
</style>
在上面的代码中得到这个错误
error: Error retrieving parent for item: No resource found that matches the given name '@style/Widget.Holo.ActionBar.TabText'.