Add missing description to SUW set pattern lock UI

Updates Setup Wizard set pattern lock UI to include a description

Fixes: 233666752
Test: Observe description on "Set pattern lock" setup wizard UI
Change-Id: I5199eca42ac17886fa200d5abdd41e61f4030950
This commit is contained in:
Grace Cheng
2022-07-14 14:31:48 +00:00
parent e287bbe82b
commit fd63a0aef0
2 changed files with 12 additions and 0 deletions

View File

@@ -36,6 +36,16 @@
android:paddingLeft="0dp"
android:paddingRight="0dp">
<TextView
android:id="@+id/sud_layout_description"
android:text="@string/lockpassword_choose_your_pattern_description"
style="@style/SudDescription.Glif"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:minLines="4"
android:paddingStart="?attr/sudMarginStart"
android:paddingEnd="?attr/sudMarginEnd"/>
<TextView
android:id="@+id/headerText"
style="@style/SudDescription.Glif"