我正在使用 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>