summaryrefslogtreecommitdiff
path: root/InCallUI/res
diff options
context:
space:
mode:
authorTyler Gunn <tgunn@google.com>2015-05-15 10:13:27 -0700
committerTyler Gunn <tgunn@google.com>2015-05-15 10:13:27 -0700
commitfd640ab7b1efe30574c96a12b06627f365d0432a (patch)
tree572749486b418cf5cbdd57e5f82a6795a3a8ad5b /InCallUI/res
parent6e21e8acf98b6b7a82eb1b328eb1cdca365962a7 (diff)
VT UX Cleanup
Fixing two issues: 1. Contact photo shows behind video surface. Refactored logic in VideoCallPresenter to determine if video surfaces are showing/hidden and call this from CallCardPresenter in order to determine if the contact photo should be visible. 2. With contact photo hidden, background activities show through instead. Added a black background color to the incall_screen to solve this. Bug: 21192340 Change-Id: I45a88ba47ffa80f25bcee5b8d4f8e9b0de04f602
Diffstat (limited to 'InCallUI/res')
-rw-r--r--InCallUI/res/layout/incall_screen.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/InCallUI/res/layout/incall_screen.xml b/InCallUI/res/layout/incall_screen.xml
index 9f7569574..a77262220 100644
--- a/InCallUI/res/layout/incall_screen.xml
+++ b/InCallUI/res/layout/incall_screen.xml
@@ -18,6 +18,7 @@
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
+ android:background="@android:color/black"
android:id="@+id/main" >
<fragment android:name="com.android.incallui.CallCardFragment"