0
當從actionbarsherlock庫我不斷收到錯誤主題化我的動作條:使用SDK分鐘8主題化ActionarSherlock
需要API 11我不明白它的ActionBar福爾摩斯是Android 2.X +吧?有什麼我可以做的,以解決這個麻煩。
<resources >
<style name="AppTheme" parent="Holo.Theme.Light">
<item name="android:actionBarStyle">@style/YOURTHEME.ActionBarStyle</item>
<item name="actionBarStyle">@style/YOURTHEME.ActionBarStyle</item>
</style>
<style name="YOURTHEME.ActionBarStyle" parent="Widget.Sherlock.Light.ActionBar">
<item name="android:titleTextStyle">@style/YOURTHEME.ActionBar.TitleTextStyle</item>
<item name="titleTextStyle">@style/YOURTHEME.ActionBar.TitleTextStyle</item>
</style>
<style name="YOURTHEME.ActionBar.TitleTextStyle" parent="TextAppearance.Sherlock.Widget.ActionBar.Title">
<item name="android:textColor">@color/white</item>
</style>
</resources>
//編輯
ActionBarSherlock來自Prototik/HoloEverywhere
我。 Holo.Theme.Light來自HoloEverywhere,它實現了actionbarsherlock – sn0ep
我的錯誤,你原來的帖子中的哪個位置是你陳述的? – Broak
另外,你是不是打算在HoloEverywhere上使用Theme.HoloEverywhereLight.Sherlock?和父=「Theme.Sherlock.Light」 – Broak