summaryrefslogtreecommitdiff
path: root/InCallUI/res/drawable
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-05-09 11:37:09 -0700
committerAndrew Lee <anwlee@google.com>2014-05-09 11:37:09 -0700
commited70f6ee74391d1b34e300dff354c064f339ba08 (patch)
tree5ed13846cc345db877c3484d491acbf1939ff86f /InCallUI/res/drawable
parentfc53254c2d939fda5dfd4177f9c2441918a7bc86 (diff)
Change button press to use yellow accent color.
Change-Id: Ib054627c6267630988ba53f9f7eb6bbf3312eb2a
Diffstat (limited to 'InCallUI/res/drawable')
-rw-r--r--InCallUI/res/drawable/btn_background.xml2
-rw-r--r--InCallUI/res/drawable/btn_compound_background.xml2
2 files changed, 2 insertions, 2 deletions
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. -->
<touch-feedback xmlns:android="http://schemas.android.com/apk/res/android"
- android:tint="@color/tab_pressed_color"
+ android:tint="@color/incall_accent_color"
android:pinned="true">
<selector xmlns:android="http://schemas.android.com/apk/res/android">
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 @@
<!-- Background resource for "compound buttons" in the in-call UI.
These buttons have two states (selected and unselected). -->
<touch-feedback xmlns:android="http://schemas.android.com/apk/res/android"
- android:tint="@color/tab_pressed_color"
+ android:tint="@color/incall_accent_color"
android:pinned="true">
<item>
<selector>