diff --git a/res/layout/setup_choose_lock_pattern_common.xml b/res/layout/setup_choose_lock_pattern_common.xml
index 857f244403c..0a386378229 100644
--- a/res/layout/setup_choose_lock_pattern_common.xml
+++ b/res/layout/setup_choose_lock_pattern_common.xml
@@ -21,6 +21,7 @@
xmlns:settings="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
+ android:layout="@layout/setup_choose_lock_pattern_template"
settings:suwBackgroundTile="@drawable/setup_illustration_tile"
settings:suwHeaderText="@string/wifi_setup_wizard_title"
settings:suwIllustrationHorizontalTile="@drawable/setup_illustration_horizontal_tile"
@@ -43,11 +44,11 @@
+ android:textSize="18sp" />
+ android:layout_weight="4" />
diff --git a/res/values-sw360dp/aliases.xml b/res/values-sw360dp/aliases.xml
new file mode 100644
index 00000000000..a10585ba8b4
--- /dev/null
+++ b/res/values-sw360dp/aliases.xml
@@ -0,0 +1,20 @@
+
+
+
+
+ - @layout/suw_template
+
+
diff --git a/res/values/aliases.xml b/res/values/aliases.xml
index 0901157644f..a783c7939d2 100644
--- a/res/values/aliases.xml
+++ b/res/values/aliases.xml
@@ -23,5 +23,6 @@
- @layout/fingerprint_enroll_finish_base
- @layout/setup_choose_lock_pattern_common
- @layout/setup_fingerprint_enroll_find_sensor_base
+ - @layout/suw_template_short