From ed70f6ee74391d1b34e300dff354c064f339ba08 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Fri, 9 May 2014 11:37:09 -0700 Subject: Change button press to use yellow accent color. Change-Id: Ib054627c6267630988ba53f9f7eb6bbf3312eb2a --- InCallUI/res/color/selectable_icon_tint.xml | 4 ++-- InCallUI/res/drawable/btn_background.xml | 2 +- InCallUI/res/drawable/btn_compound_background.xml | 2 +- InCallUI/res/values/colors.xml | 2 ++ 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/InCallUI/res/color/selectable_icon_tint.xml b/InCallUI/res/color/selectable_icon_tint.xml index 42aa310bb..a5f80b774 100644 --- a/InCallUI/res/color/selectable_icon_tint.xml +++ b/InCallUI/res/color/selectable_icon_tint.xml @@ -16,8 +16,8 @@ --> - - + + diff --git a/InCallUI/res/drawable/btn_background.xml b/InCallUI/res/drawable/btn_background.xml index fabcf7c65..9bb536a67 100644 --- a/InCallUI/res/drawable/btn_background.xml +++ b/InCallUI/res/drawable/btn_background.xml @@ -19,7 +19,7 @@ These buttons have two states (checked and unchecked), and show a blue bar along the bottom edge when checked. --> diff --git a/InCallUI/res/drawable/btn_compound_background.xml b/InCallUI/res/drawable/btn_compound_background.xml index 2f5a39d34..7beffa59f 100644 --- a/InCallUI/res/drawable/btn_compound_background.xml +++ b/InCallUI/res/drawable/btn_compound_background.xml @@ -17,7 +17,7 @@ diff --git a/InCallUI/res/values/colors.xml b/InCallUI/res/values/colors.xml index 7b23b60a5..1aebb1bfe 100644 --- a/InCallUI/res/values/colors.xml +++ b/InCallUI/res/values/colors.xml @@ -19,6 +19,7 @@ #0fc6dc + #eeff41 #cc000000 @@ -65,4 +66,5 @@ #3B77E7 #33999999 + -- cgit v1.2.3