summaryrefslogtreecommitdiff
path: root/InCallUI/res/drawable
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-05-02 13:58:18 -0700
committerAndrew Lee <anwlee@google.com>2014-05-02 14:18:03 -0700
commitff1621858276c5348655f3531d15b02cb13f60eb (patch)
tree5221a361b21667f0376654bbb0654e5040c61ec8 /InCallUI/res/drawable
parent451537557c033c9fd36904d9bd95938546408563 (diff)
Styling polish to InCallUI.
- Fix clipping of shadow on the end call button. - Add translation-z to the primary call info. - Make the dialpad in the InCallUI transparent. This required in part renaming some constants which were being overriden by Dialer. Bug: 14108639 Change-Id: I29657fbc9e0b9b4957135e77b2db62159541b43a
Diffstat (limited to 'InCallUI/res/drawable')
-rw-r--r--InCallUI/res/drawable/incall_dialpad_key_colors.xml (renamed from InCallUI/res/drawable/dialpad_key_colors.xml)6
1 files changed, 2 insertions, 4 deletions
diff --git a/InCallUI/res/drawable/dialpad_key_colors.xml b/InCallUI/res/drawable/incall_dialpad_key_colors.xml
index 27b4d4fc5..8c8da0b24 100644
--- a/InCallUI/res/drawable/dialpad_key_colors.xml
+++ b/InCallUI/res/drawable/incall_dialpad_key_colors.xml
@@ -15,8 +15,6 @@
-->
<selector xmlns:android="http://schemas.android.com/apk/res/android">
- <item
- android:state_pressed="true"
- android:drawable="@color/background_dialpad_pressed" />
- <item android:drawable="@color/background_dialpad" />
+ <item android:state_pressed="true"
+ android:drawable="@color/incall_dialpad_background_pressed" />
</selector>