I updated my project from Android 4.2 to Android 4.2.2 and I suddenly get this error in my styles.xml:
<style name="Theme.Styled" parent="Theme.Sherlock.Light.DarkActionBar">
<item name="actionBarStyle">@style/Widget.Styled.ActionBar</item>
<!-- Requires level 11. Current: 7 --> <item name="android:actionBarStyle">@style/Widget.Styled.ActionBar</item>
</style>
How do I fix this? According to the ABS docs this is how it should be done. See: http://actionbarsherlock.com/theming.html