Merge "Fixed accessibility bug in choose_lock_pattern_common.xml where title was not always read" into pi-dev

This commit is contained in:
Joshua Mccloskey
2018-05-16 16:49:14 +00:00
committed by Android (Google) Code Review

View 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" />