Skip to content

Commit 4ed648a

Browse files
Material Design Teamhunterstich
authored andcommitted
[MaterialTimePicker][a11y] Fixing the Talkback focusability of the "Select time" label on the time picker component.
PiperOrigin-RevId: 729257174
1 parent fd2e9bc commit 4ed648a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/java/com/google/android/material/timepicker/res/layout/material_timepicker_dialog.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
android:layout_height="wrap_content"
3131
android:layout_marginTop="16dp"
3232
android:layout_marginStart="24dp"
33-
android:importantForAccessibility="no"
33+
android:importantForAccessibility="yes"
3434
android:text="@string/material_timepicker_select_time"
3535
app:layout_constraintStart_toStartOf="parent"
3636
app:layout_constraintTop_toTopOf="parent" />

0 commit comments

Comments
 (0)