From 9329f6b15b6692187ed69ed8f26d22724bf4ac2a Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Thu, 1 May 2014 16:52:01 -0700 Subject: Add fancier press states for buttons. - Add tint color, which applies 60% opacity in default state. - Apply tint to dialer call buttons. - Convert add, swap, and merge icons into drawables. Bug: 14108639 Change-Id: Id9c08ccb035958e51d28255b8c13644c6c5fca73 --- InCallUI/res/drawable/btn_compound_dialpad.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'InCallUI/res/drawable/btn_compound_dialpad.xml') diff --git a/InCallUI/res/drawable/btn_compound_dialpad.xml b/InCallUI/res/drawable/btn_compound_dialpad.xml index b44f2fafe..19668af90 100644 --- a/InCallUI/res/drawable/btn_compound_dialpad.xml +++ b/InCallUI/res/drawable/btn_compound_dialpad.xml @@ -24,7 +24,8 @@ the icon up to the full size of the button. --> + android:gravity="center" + android:tint="@color/selectable_icon_tint" /> -- cgit v1.2.3