summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Lucas Dupin <dupin@google.com> 2021-11-15 15:53:17 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2021-11-15 15:53:17 +0000
commit6b0d48b8ffe46ccdc723644514b5845d3db909a1 (patch)
treea80c2916afa8521f77b1cf7ddb93db24b53d264b
parent2ab01997867034d425ba0de589bdbe8de3c3aa2e (diff)
parent30455132f4598b0d5ea76c6fb82a5aacb2997f0f (diff)
Merge "[Output switcher] Fix truncate in landscape mode" into sc-v2-dev
-rw-r--r--packages/SystemUI/res/layout/media_output_dialog.xml1
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