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

Commit 4d929313 authored by Raphael Kim's avatar Raphael Kim
Browse files

[CDM][A11Y] Make timeout message TextView height match parent to prevent clipping in large text.

Bug: 390601584
Test: Manual test app
Flag: EXEMPT bugfix
Change-Id: I1e41f6ebb99c335ef185058d31c7f7221f956b07
parent 298ddd06
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
@@ -74,7 +74,7 @@
                    <TextView
                        android:id="@+id/timeout_message"
                        android:layout_width="match_parent"
                        android:layout_height="100dp"
                        android:layout_height="match_parent"
                        android:visibility="gone"
                        style="@style/TimeoutMessage" />

@@ -96,6 +96,10 @@

                    <ProgressBar
                        android:id="@+id/progress_bar"
                        android:importantForAccessibility="no"
                        app:layout_constraintTop_toTopOf="parent"
                        app:layout_constraintStart_toStartOf="parent"
                        app:layout_constraintEnd_toEndOf="parent"
                        style="@style/HorizontalProgressBar" />

                    <View