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

Commit 9cdda2d5 authored by Evan Chen's avatar Evan Chen
Browse files

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

with scalable text.

Fix: 381996198
Test: cts + a11y scanner
Flag: EXEMPT test improvement
Change-Id: I98c022d60084fc607286604f05163403a6e3c2de
parent 8447414f
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" />