mirror of
https://github.com/commons-app/apps-android-commons.git
synced 2025-10-29 13:53:54 +01:00
Migrate from ActionBarSherlock to AppCompat
Better future support, now that ActionBarSherlock is deprecated (https://github.com/JakeWharton/ActionBarSherlock).
This commit is contained in:
parent
e403a46d79
commit
99cbad747f
23 changed files with 336 additions and 202 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue