Migrate from ActionBarSherlock to AppCompat

Better future support, now that ActionBarSherlock is deprecated (https://github.com/JakeWharton/ActionBarSherlock).
This commit is contained in:
Adam Jones 2016-06-03 23:34:33 +01:00
parent e403a46d79
commit 99cbad747f
23 changed files with 336 additions and 202 deletions

View file

@ -1,12 +1,12 @@
<resources>
<style name="AppTheme" parent="Theme.Sherlock" />
<style name="AppTheme" parent="Theme.AppCompat" />
<style name="NoTitle" parent="AppTheme">
<item name="android:windowNoTitle">true</item>
</style>
<style name="LightNoTitle" parent="Theme.Sherlock.Light.NoActionBar"></style>
<style name="LightNoTitle" parent="Theme.AppCompat.Light.NoActionBar"/>
<style name="NotificationText" parent="android:TextAppearance.DeviceDefault.Small">
<item name="android:textColor">?android:attr/textColorPrimary</item>