diff options
author | zeapo <mohamed@zenadi.com> | 2014-10-19 12:56:52 +0200 |
---|---|---|
committer | zeapo <mohamed@zenadi.com> | 2014-10-19 12:56:52 +0200 |
commit | b8b5234e5bbef024ca25c63a8882a4d677778e6c (patch) | |
tree | e6c618d2af3386a3c68745b9a2c0f60e3477c7bc /app/src/main/res | |
parent | 524c9205c08615ce6399361303b411975c08c0f8 (diff) |
First shot on Material design (prefrences not working)
Diffstat (limited to 'app/src/main/res')
-rw-r--r-- | app/src/main/res/values/styles.xml | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index fa4c64dc..9b35ed79 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -1,15 +1,6 @@ <resources> <!-- Base application theme. --> - <style name="AppTheme" parent="android:Theme.Holo.Light"> - <item name="android:actionBarStyle">@style/MyActionBar</item> + <style name="AppTheme" parent="Theme.AppCompat.Light"> </style> - - - <!-- ActionBar styles --> - <style name="MyActionBar" - parent="@android:style/Widget.Holo.Light.ActionBar.Solid.Inverse"> - <item name="android:background">@drawable/actionbar_background</item> - </style> - </resources> |