From fd640ab7b1efe30574c96a12b06627f365d0432a Mon Sep 17 00:00:00 2001 From: Tyler Gunn Date: Fri, 15 May 2015 10:13:27 -0700 Subject: 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 --- InCallUI/res/layout/incall_screen.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'InCallUI/res') 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 @@