From af3828d53b3962e714c7af1876d3fbcbb56fd312 Mon Sep 17 00:00:00 2001 From: shaoweishen Date: Mon, 28 Mar 2022 02:27:48 +0000 Subject: [PATCH] [Output Swticher] Fix landscape truncate Attached screenshot in bug. Bug: 221167125 Test: Verified on device Change-Id: I5af2f34552eb800af8a8a1ce353eef30e4f8e697 --- packages/SystemUI/res/layout/media_output_dialog.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/SystemUI/res/layout/media_output_dialog.xml b/packages/SystemUI/res/layout/media_output_dialog.xml index 836f59dc8fb21..1efb4796b5b79 100644 --- a/packages/SystemUI/res/layout/media_output_dialog.xml +++ b/packages/SystemUI/res/layout/media_output_dialog.xml @@ -82,6 +82,7 @@ android:id="@+id/device_list" android:layout_width="match_parent" android:layout_height="wrap_content" + android:layout_weight="1" android:orientation="vertical">