summaryrefslogtreecommitdiff
path: root/InCallUI/res/layout/call_card.xml
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/layout/call_card.xml
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/layout/call_card.xml')
-rw-r--r--InCallUI/res/layout/call_card.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/InCallUI/res/layout/call_card.xml b/InCallUI/res/layout/call_card.xml
index 6a06cabd0..91ee1c629 100644
--- a/InCallUI/res/layout/call_card.xml
+++ b/InCallUI/res/layout/call_card.xml
@@ -100,7 +100,7 @@
android:layout_height="@dimen/floating_action_button_height"
android:layout_marginBottom="@dimen/end_call_button_margin_bottom"
android:background="@drawable/floating_end_button_compound_background"
- android:src="@drawable/ic_in_call_phone_hangup"
+ android:src="@drawable/fab_ic_end_call"
android:contentDescription="@string/onscreenEndCallText" />
</FrameLayout>