summaryrefslogtreecommitdiff
path: root/InCallUI/res/drawable/btn_compound_dialpad.xml
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-05-09 13:40:26 -0700
committerAndrew Lee <anwlee@google.com>2014-05-09 13:48:34 -0700
commit1caba0126ab1eb55a54ea5d330702a5ccfe3561c (patch)
tree9fcef82caeaf187d7e161c88aa79e775f1e6a8eb /InCallUI/res/drawable/btn_compound_dialpad.xml
parentfc53254c2d939fda5dfd4177f9c2441918a7bc86 (diff)
Change toolbar icons in the InCallUI.
Also, some slight fixes on the "add call" button so that it's ripple is properly constrained to the circle, and so that the mute button is not toggled when mute has automatically been invoked. Bug: 14108639 Change-Id: I1a23111a212a1f7f86ffde734b195f0bd9350741
Diffstat (limited to 'InCallUI/res/drawable/btn_compound_dialpad.xml')
-rw-r--r--InCallUI/res/drawable/btn_compound_dialpad.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/InCallUI/res/drawable/btn_compound_dialpad.xml b/InCallUI/res/drawable/btn_compound_dialpad.xml
index 19668af90..fcd9a3c0f 100644
--- a/InCallUI/res/drawable/btn_compound_dialpad.xml
+++ b/InCallUI/res/drawable/btn_compound_dialpad.xml
@@ -23,7 +23,7 @@
<!-- ...and the actual icon on top. Use an explicit <bitmap> to avoid scaling
the icon up to the full size of the button. -->
<item>
- <bitmap android:src="@drawable/ic_dialpad_holo_dark"
+ <bitmap android:src="@drawable/ic_toolbar_dialpad"
android:gravity="center"
android:tint="@color/selectable_icon_tint" />
</item>