How to change the Action bar text and background properties?
问题 Here is my style for the action bar. I would like to change the text and background properties. But the changes are not being applied to the app. Where am I making mistake? This is my style.xml <style name="AppTheme" parent="@android:style/Theme.Holo.Light"> <item name="android:actionBarStyle">@style/MyActionBar</item> </style> <style name="MyActionBar" parent="@android:style/Widget.Holo.Light.ActionBar"> <item name="android:windowBackground">@color/white</item> <item name="android:background