I have an app that uses the AppCompat
support libary for ActionBars
. Now I tried to create a new themes.xml file with some style for that purpose.<
Add the below in styles.xml
under res/values-14
You would then need add the following into the values folder: res/values/styles.xml
For more details
http://android-developers.blogspot.in/2013/08/actionbarcompat-and-io-2013-app-source.html
Notice the change for API level 14+
- @style/Widget.Styled.ActionBar
To API level 7-13
- @style/Widget.Styled.ActionBar