From f6c6f3befd928800dd5382eab106f6f2bab5cb08 Mon Sep 17 00:00:00 2001 From: wangqi Date: Tue, 13 Mar 2018 17:25:58 -0700 Subject: Fix full screen issue when switching between RTT and voice call. Incall and answer screen is using transparent status and navigation bar, while RTT screen is using customized color. Switch between them require correct setting of system UI. Bug: 67596257 Test: manually test to make RTT call and voice call, then switch between them. PiperOrigin-RevId: 188956868 Change-Id: I3c17ff453be943f0b2ad28fe5cae434453fbe326 --- java/com/android/incallui/rtt/impl/res/layout/frag_rtt_chat.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'java/com/android/incallui/rtt/impl/res/layout/frag_rtt_chat.xml') diff --git a/java/com/android/incallui/rtt/impl/res/layout/frag_rtt_chat.xml b/java/com/android/incallui/rtt/impl/res/layout/frag_rtt_chat.xml index 3194b75bc..6940569a3 100644 --- a/java/com/android/incallui/rtt/impl/res/layout/frag_rtt_chat.xml +++ b/java/com/android/incallui/rtt/impl/res/layout/frag_rtt_chat.xml @@ -16,7 +16,8 @@ --> + android:layout_height="match_parent" + android:fitsSystemWindows="true"> -- cgit v1.2.3