Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 29b18fb4 authored by Evan Chen's avatar Evan Chen Committed by Android (Google) Code Review
Browse files

Merge "[A11y] Fix device list has has a fixed height and contains a TextView...

Merge "[A11y] Fix device list has has a fixed height and contains a TextView with scalable text." into main
parents afde495c 9cdda2d5
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -81,7 +81,9 @@
                    <androidx.recyclerview.widget.RecyclerView
                        android:id="@+id/device_list"
                        android:layout_width="match_parent"
                        android:layout_height="200dp"
                        android:layout_height="wrap_content"
                        app:layout_constraintHeight_max="220dp"
                        app:layout_constraintHeight_min="200dp"
                        android:scrollbars="vertical"
                        android:visibility="gone" />