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
diff --git a/InCallUI/res/drawable-hdpi/fab_ic_end_call.png b/InCallUI/res/drawable-hdpi/fab_ic_end_call.png
new file mode 100644
index 0000000..b7f54d3
--- /dev/null
+++ b/InCallUI/res/drawable-hdpi/fab_ic_end_call.png
Binary files differ
diff --git a/InCallUI/res/drawable-hdpi/fab_red_background.png b/InCallUI/res/drawable-hdpi/fab_red_background.png
new file mode 100644
index 0000000..819bab5
--- /dev/null
+++ b/InCallUI/res/drawable-hdpi/fab_red_background.png
Binary files differ
diff --git a/InCallUI/res/drawable-mdpi/fab_ic_end_call.png b/InCallUI/res/drawable-mdpi/fab_ic_end_call.png
new file mode 100644
index 0000000..76ce397
--- /dev/null
+++ b/InCallUI/res/drawable-mdpi/fab_ic_end_call.png
Binary files differ
diff --git a/InCallUI/res/drawable-mdpi/fab_red_background.png b/InCallUI/res/drawable-mdpi/fab_red_background.png
new file mode 100644
index 0000000..091a1fc
--- /dev/null
+++ b/InCallUI/res/drawable-mdpi/fab_red_background.png
Binary files differ
diff --git a/InCallUI/res/drawable-xhdpi/fab_ic_end_call.png b/InCallUI/res/drawable-xhdpi/fab_ic_end_call.png
new file mode 100644
index 0000000..1c95e17
--- /dev/null
+++ b/InCallUI/res/drawable-xhdpi/fab_ic_end_call.png
Binary files differ
diff --git a/InCallUI/res/drawable-xhdpi/fab_red_background.png b/InCallUI/res/drawable-xhdpi/fab_red_background.png
new file mode 100644
index 0000000..f6f2834
--- /dev/null
+++ b/InCallUI/res/drawable-xhdpi/fab_red_background.png
Binary files differ
diff --git a/InCallUI/res/drawable-xxhdpi/fab_ic_end_call.png b/InCallUI/res/drawable-xxhdpi/fab_ic_end_call.png
new file mode 100644
index 0000000..37e8264
--- /dev/null
+++ b/InCallUI/res/drawable-xxhdpi/fab_ic_end_call.png
Binary files differ
diff --git a/InCallUI/res/drawable-xxhdpi/fab_red_background.png b/InCallUI/res/drawable-xxhdpi/fab_red_background.png
new file mode 100644
index 0000000..46afeac
--- /dev/null
+++ b/InCallUI/res/drawable-xxhdpi/fab_red_background.png
Binary files differ
diff --git a/InCallUI/res/drawable/floating_end_button_compound_background.xml b/InCallUI/res/drawable/floating_end_button_compound_background.xml
index 2f2ad79..433545b 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>
diff --git a/InCallUI/res/layout/call_card.xml b/InCallUI/res/layout/call_card.xml
index 6a06cab..91ee1c6 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>