Move glowpad to call card fragment.
- Move the answer fragment into the call card so that it lays out
correctly over the contact photo.
- Update glowpad color so it is partially transparent.
- Instead of disabling end call button, hide it if it is not enabled.
Bug: 14658215
Change-Id: Ibaaf0b1b0d3afc4c9e3e8e9f5c322fccd0ffc321
diff --git a/InCallUI/res/layout/answer_fragment.xml b/InCallUI/res/layout/answer_fragment.xml
index 15c2093..92630b8 100644
--- a/InCallUI/res/layout/answer_fragment.xml
+++ b/InCallUI/res/layout/answer_fragment.xml
@@ -25,7 +25,7 @@
android:focusable="true"
android:layout_centerHorizontal="true"
android:gravity="center"
- android:background="@android:color/black"
+ android:background="@color/glowpad_background_color"
android:visibility="gone"
dc:targetDrawables="@array/incoming_call_widget_3way_targets"