diff options
| author | 2021-11-08 06:59:26 +0000 | |
|---|---|---|
| committer | 2021-11-08 06:59:26 +0000 | |
| commit | 30455132f4598b0d5ea76c6fb82a5aacb2997f0f (patch) | |
| tree | df34e38d5b707fc105c98ee9423a796639efa2a7 | |
| parent | 59f0a730094dbbd312f57edf2636224efbabcd95 (diff) | |
[Output switcher] Fix truncate in landscape mode
Bug: 203512719
Test: Tested on device
Change-Id: Ie522732d71d275d32ec278363afdc01ce8ff39b5
| -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 cd6bc11bacf3..a64ef3ea1cc6 100644 --- a/packages/SystemUI/res/layout/media_output_dialog.xml +++ b/packages/SystemUI/res/layout/media_output_dialog.xml @@ -74,6 +74,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 |