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

Commit 471dfb36 authored by Treehugger Robot's avatar Treehugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Add a11y headings to prompt views" into main

parents a571c371 e20c01b0
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