From 37fb8fe44598470aa69c5c050eab117a8cd16ef6 Mon Sep 17 00:00:00 2001 From: Veeti Paananen Date: Wed, 4 Dec 2013 01:19:53 +0200 Subject: [PATCH] Update card highlight style Out with orange, in with blue and gray (on >= 4.4). --- res/drawable/clickable_card.xml | 8 ++++++-- res/values-v19/colors.xml | 4 ++++ res/values/colors.xml | 2 ++ 3 files changed, 12 insertions(+), 2 deletions(-) create mode 100644 res/values-v19/colors.xml diff --git a/res/drawable/clickable_card.xml b/res/drawable/clickable_card.xml index b7ddb1d8aa..55e1337bda 100644 --- a/res/drawable/clickable_card.xml +++ b/res/drawable/clickable_card.xml @@ -1,6 +1,10 @@ - + + + + + + \ No newline at end of file diff --git a/res/values-v19/colors.xml b/res/values-v19/colors.xml new file mode 100644 index 0000000000..1940f49f71 --- /dev/null +++ b/res/values-v19/colors.xml @@ -0,0 +1,4 @@ + + + #99bebebe + \ No newline at end of file diff --git a/res/values/colors.xml b/res/values/colors.xml index 3f9e1cdbcb..7c196f7722 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -11,4 +11,6 @@ #ff33b5e5 + #9933b5e5 + \ No newline at end of file