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

Commit e20c01b0 authored by Austin Delgado's avatar Austin Delgado
Browse files

Add a11y headings to prompt views

Test: Verified talkback manually
Bug: 408062873
Flag: EXEMPT bugfix
Change-Id: Id08a6a8231809c3b250f89ff893565b9fdcb6ed3
parent 18f6c440
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -40,6 +40,7 @@
                <TextView
                    android:id="@+id/title"
                    style="?titleTextAppearance"
                    android:accessibilityHeading="true"
                    android:layout_width="match_parent"
                    android:layout_height="wrap_content"
                    android:layout_below="@id/icon"/>
+1 −0
Original line number Diff line number Diff line
@@ -47,6 +47,7 @@
                <TextView
                    android:id="@+id/title"
                    style="?titleTextAppearance"
                    android:accessibilityHeading="true"
                    android:layout_width="wrap_content"
                    android:layout_height="wrap_content"
                    android:layout_below="@id/icon"/>
+1 −0
Original line number Diff line number Diff line
@@ -41,6 +41,7 @@
                <TextView
                    android:id="@+id/title"
                    style="?titleTextAppearance"
                    android:accessibilityHeading="true"
                    android:layout_width="match_parent"
                    android:layout_height="wrap_content" />

+1 −0
Original line number Diff line number Diff line
@@ -53,6 +53,7 @@
                    <TextView
                        android:id="@+id/title"
                        style="?titleTextAppearance"
                        android:accessibilityHeading="true"
                        android:layout_width="wrap_content"
                        android:layout_height="wrap_content"/>

+1 −0
Original line number Diff line number Diff line
@@ -133,6 +133,7 @@
                android:layout_height="wrap_content"
                android:gravity="@integer/biometric_dialog_text_gravity"
                android:paddingTop="16dp"
                android:accessibilityHeading="true"
                app:layout_constraintBottom_toTopOf="@+id/subtitle"
                app:layout_constraintEnd_toEndOf="parent"
                app:layout_constraintStart_toStartOf="parent"
Loading