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

python - How to insert QWidgets in the middle of a Layout? -

python - serve multiple gunicorn django instances under nginx ubuntu -

module - Prestashop displayPaymentReturn hook url -