diff options
author | Daniel Gultsch <daniel@gultsch.de> | 2015-08-26 21:17:29 +0200 |
---|---|---|
committer | Daniel Gultsch <daniel@gultsch.de> | 2015-08-26 21:17:29 +0200 |
commit | eff9e417e02bef9c4d94b659f7a90f3ff334ce25 (patch) | |
tree | 177700bc617d2edf484321eb9319328a023c5d88 /src/main/res/values-v21/themes.xml | |
parent | 593f5cdcbe2b7680d738d64fe0b5e59e01b8a9f0 (diff) |
use dedicated colors for primary and primary_dark
Diffstat (limited to 'src/main/res/values-v21/themes.xml')
-rw-r--r-- | src/main/res/values-v21/themes.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main/res/values-v21/themes.xml b/src/main/res/values-v21/themes.xml index 8aa79ac3..91d43e77 100644 --- a/src/main/res/values-v21/themes.xml +++ b/src/main/res/values-v21/themes.xml @@ -2,8 +2,8 @@ <resources> <style name="ConversationsTheme" parent="@android:style/Theme.Material.Light.DarkActionBar"> - <item name="android:colorPrimary">@color/green500</item> - <item name="android:colorPrimaryDark">@color/green700</item> + <item name="android:colorPrimary">@color/primary</item> + <item name="android:colorPrimaryDark">@color/primary_dark</item> <item name="android:colorAccent">@color/accent</item> <item name="android:windowActionModeOverlay">true</item> |