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

.net - Bulk insert via Dapper is slower than inserting rows one-by-one -

shared memory - gstreamer shmsrc and shmsink with h264 data -

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