diff options
author | zeapo <mohamed@zenadi.com> | 2014-08-17 13:01:21 +0200 |
---|---|---|
committer | zeapo <mohamed@zenadi.com> | 2014-08-17 13:01:21 +0200 |
commit | 6958ba5eed02d0b3dc209e091c16688e3be2a4ca (patch) | |
tree | 4f6af3ee045989b12ea08563c60f0caeb5654421 /app/src/main/res/values/styles.xml | |
parent | 5b4d2304bcdf50633cb919602b91390b691af5f3 (diff) |
refactoring and some styling
Diffstat (limited to 'app/src/main/res/values/styles.xml')
-rw-r--r-- | app/src/main/res/values/styles.xml | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index e0c5aaeb..fa4c64dc 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -2,7 +2,14 @@ <!-- Base application theme. --> <style name="AppTheme" parent="android:Theme.Holo.Light"> - <!-- Customize your theme here. --> + <item name="android:actionBarStyle">@style/MyActionBar</item> + </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> |