0

我正在使用 actionbar sherlock 与 android version >= 8 兼容,并且在使用代码时它给了我错误

error: Error: No resource found that matches the given name: attr 'titleTextStyle'.

我在 xml 中使用的代码是

<style name="MyTheme.ActionBarStyle" parent="@style/Widget.Sherlock.ActionBar">
  <item name="android:titleTextStyle">@style/MyTheme.ActionBar.TitleTextStyle</item>
  <item name="titleTextStyle">@style/MyTheme.ActionBar.TitleTextStyle</item>
</style>
4

2 回答 2

0

You have to change the build SDK to at least API 11 (Honeycomb).

于 2013-05-16T13:57:59.300 回答
0

我也用AndroidSherlock ActionBar. 每次我改变一些内部风格时,我都会犯那些错误。关闭样式文件并clean -> rebuild为我修复

于 2013-05-16T14:01:21.360 回答