summaryrefslogtreecommitdiff
path: root/InCallUI/res/drawable
diff options
context:
space:
mode:
authorAndrew Lee <anwlee@google.com>2014-05-09 14:44:00 -0700
committerAndrew Lee <anwlee@google.com>2014-05-09 14:44:02 -0700
commit56021c74461fef9783cfc853afdac96e7b7a3bdf (patch)
treec02cb30038c7e427cb21cdaf3b66d0cf99b76d91 /InCallUI/res/drawable
parent4469dd824041c0efbc32bbae373d00dbf08b6697 (diff)
Change icon and background for end call button.
Not removing end call icon yet; will after removing icon from the glowpad for the incoming call. Bug: 14108639 Change-Id: I0b7fd29dd3bb9b0d6204c85fec1379c3211ec483
Diffstat (limited to 'InCallUI/res/drawable')
-rw-r--r--InCallUI/res/drawable/floating_end_button_compound_background.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/InCallUI/res/drawable/floating_end_button_compound_background.xml b/InCallUI/res/drawable/floating_end_button_compound_background.xml
index 2f2ad7921..433545b84 100644
--- a/InCallUI/res/drawable/floating_end_button_compound_background.xml
+++ b/InCallUI/res/drawable/floating_end_button_compound_background.xml
@@ -20,5 +20,5 @@
android:drawable="@drawable/floating_end_button_disabled_background" />
<item android:state_pressed="true"
android:drawable="@drawable/floating_end_button_pressed_background" />
- <item android:drawable="@drawable/floating_end_button_active_background" />
+ <item android:drawable="@drawable/fab_red_background" />
</selector>