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

am: d819dbacb6

Change-Id: I4041083c976c506ed1848c91c6a19e470b4d2766
This commit is contained in:
Joshua Mccloskey
2018-05-16 10:03:45 -07:00
committed by android-build-merger

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