diff options
| author | 2022-03-28 02:27:48 +0000 | |
|---|---|---|
| committer | 2022-03-31 01:36:01 +0000 | |
| commit | af3828d53b3962e714c7af1876d3fbcbb56fd312 (patch) | |
| tree | eeeee352044a4b0ec9612afb99ba365f444c9e0a | |
| parent | a5fdb746cf972f311dfb9d6f545460b888b9b9e8 (diff) | |
[Output Swticher] Fix landscape truncate
Attached screenshot in bug.
Bug: 221167125
Test: Verified on device
Change-Id: I5af2f34552eb800af8a8a1ce353eef30e4f8e697
| -rw-r--r-- | packages/SystemUI/res/layout/media_output_dialog.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/packages/SystemUI/res/layout/media_output_dialog.xml b/packages/SystemUI/res/layout/media_output_dialog.xml index 836f59dc8fb2..1efb4796b5b7 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"> <androidx.recyclerview.widget.RecyclerView |