summaryrefslogtreecommitdiffstats
path: root/res/color
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
commit0ff634f21390b1cf1376a3a0ae1da6a21fe59146 (patch)
tree5e477708c7eb7c8bc2ce1fa1fbf69ca0b033eae1 /res/color
parenta6b8624c4986bc48cdfb527f950e1e080133f51d (diff)
downloadpackages_apps_InCallUI-0ff634f21390b1cf1376a3a0ae1da6a21fe59146.tar.gz
packages_apps_InCallUI-0ff634f21390b1cf1376a3a0ae1da6a21fe59146.tar.bz2
packages_apps_InCallUI-0ff634f21390b1cf1376a3a0ae1da6a21fe59146.zip
Change button press to use yellow accent color.
Change-Id: Ib054627c6267630988ba53f9f7eb6bbf3312eb2a
Diffstat (limited to 'res/color')
-rw-r--r--res/color/selectable_icon_tint.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/color/selectable_icon_tint.xml b/res/color/selectable_icon_tint.xml
index 42aa310b..a5f80b77 100644
--- a/res/color/selectable_icon_tint.xml
+++ b/res/color/selectable_icon_tint.xml
@@ -16,8 +16,8 @@
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
- <item android:color="#ffeeff41" android:state_selected="true" />
- <item android:color="#ffeeff41" android:state_pressed="true" />
+ <item android:color="@color/incall_accent_color" android:state_selected="true" />
+ <item android:color="@color/incall_accent_color" android:state_pressed="true" />
<!-- 70% white. -->
<item android:color="#b3ffffff" />
</selector>