Merge "Add missing description to SUW set pattern lock UI" into tm-qpr-dev am: 66625c9c7b
Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Settings/+/19303032 Change-Id: Iaaef33597b7a6c79deb5154bc9b7841af8f5e48f Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -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"
|
||||
|
@@ -4411,6 +4411,8 @@
|
||||
<string name="lockpassword_choose_your_profile_pin_header">Set a work PIN</string>
|
||||
<!-- Header on first screen of choose device pattern flow [CHAR LIMIT=40] -->
|
||||
<string name="lockpassword_choose_your_pattern_header">Set a pattern</string>
|
||||
<!-- Description on first screen of choose device pattern flow [CHAR LIMIT=NONE] -->
|
||||
<string name="lockpassword_choose_your_pattern_description">For added security, set a pattern to unlock the device</string>
|
||||
<!-- Header on first screen of choose work profile pattern flow [CHAR LIMIT=40] -->
|
||||
<string name="lockpassword_choose_your_profile_pattern_header">Set a work pattern</string>
|
||||
|
||||
|
Reference in New Issue
Block a user