diff options
author | zeapo <mohamed@zenadi.com> | 2014-10-19 18:14:35 +0200 |
---|---|---|
committer | zeapo <mohamed@zenadi.com> | 2014-10-19 18:14:35 +0200 |
commit | 639031737f6cbfd2c9cf3bcede8d1c85e9ddac67 (patch) | |
tree | d6e55a7e4c4ea08bb463966e5b8729b6260c72c1 /app/src/main/res/values/styles.xml | |
parent | 24892e6a9555f36a5d6cbe5658edb6f51ab85eba (diff) |
nicer layout for pass list
Diffstat (limited to 'app/src/main/res/values/styles.xml')
-rw-r--r-- | app/src/main/res/values/styles.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml index 9b35ed79..f62f8701 100644 --- a/app/src/main/res/values/styles.xml +++ b/app/src/main/res/values/styles.xml @@ -1,6 +1,11 @@ <resources> <!-- Base application theme. --> - <style name="AppTheme" parent="Theme.AppCompat.Light"> + <style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar"> + <item name="colorPrimary">@color/blue_grey_500</item> + <item name="colorPrimaryDark">@color/blue_grey_500</item> + <item name="android:windowBackground">@color/blue_grey_100</item> + <item name="android:textColorPrimary">@color/blue_grey_50</item> + <item name="android:textColor">@color/blue_grey_900</item> </style> </resources> |