Search code examples
androidactionbarsherlock

Removing Sherlock Actionbar library Theme not found


I have removed the ActionBarSherlock library and adapted my code. Now I get errors in my style.xml

<style name="Theme.MyTheme" parent="Theme.Sherlock.Light">

What do I have to use instead of the Sherlock.light theme?


Solution

  • If you are using AppCompat library, use AppCompat.Light

    @style/Theme.AppCompat.Light

    else Try using Holo.Light.

    @android:style/Theme.Holo.Light