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

Popular posts from this blog

qt - QML MouseArea onWheel event not working properly when inside QML Scrollview -

java - is not an enclosing class / new Intent Cannot Resolve Constructor -

python - Error importing VideoFileClip from moviepy : AttributeError: 'PermissionError' object has no attribute 'message' -