OSDN Git Service

Fixed accessibility bug in choose_lock_pattern_common.xml where title was
authorJoshua Mccloskey <joshmccloskey@google.com>
Mon, 14 May 2018 19:22:51 +0000 (12:22 -0700)
committerJoshua Mccloskey <joshmccloskey@google.com>
Mon, 14 May 2018 19:27:20 +0000 (12:27 -0700)
not always read

Bug:77675435
Test: Verified that the text-to-speach did read the title 'Draw your
pattern again'

Change-Id: Ib9a6815b8f0901a110ebe99a777cf1092acd1d24

res/layout/choose_lock_pattern_common.xml

index c4a9381..77dd12d 100644 (file)
@@ -50,6 +50,7 @@
             <TextView
                 android:id="@+id/suw_layout_title"
                 style="@style/SuwGlifHeaderTitle"
+                android:accessibilityLiveRegion="polite"
                 android:layout_width="match_parent"
                 android:layout_height="wrap_content" />