android - Removing Sherlock Actionbar library Theme not found -
i have removed actionbarsherlock library , adapted code. errors in style.xml
<style name="theme.mytheme" parent="theme.sherlock.light">
what have use instead of sherlock.light theme?
if using appcompat library, use appcompat.light
@style/theme.appcompat.light
else try using holo.light.
@android:style/theme.holo.light
Comments
Post a Comment