diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/layout-land/fingerprint_enroll_enrolling.xml | 2 | ||||
-rw-r--r-- | res/layout-land/fingerprint_enroll_find_sensor.xml | 2 | ||||
-rw-r--r-- | res/layout-land/fingerprint_enroll_finish.xml | 2 | ||||
-rw-r--r-- | res/layout/fingerprint_enroll_enrolling_base.xml | 2 | ||||
-rw-r--r-- | res/layout/fingerprint_enroll_find_sensor_base.xml | 2 | ||||
-rw-r--r-- | res/layout/fingerprint_enroll_finish_base.xml | 2 | ||||
-rw-r--r-- | res/layout/fingerprint_enroll_introduction.xml | 3 | ||||
-rw-r--r-- | res/layout/fingerprint_enroll_onboard.xml | 2 | ||||
-rw-r--r-- | res/values/styles.xml | 8 | ||||
-rw-r--r-- | res/values/themes.xml | 4 |
10 files changed, 20 insertions, 9 deletions
diff --git a/res/layout-land/fingerprint_enroll_enrolling.xml b/res/layout-land/fingerprint_enroll_enrolling.xml index 4d02c07..8577f5f 100644 --- a/res/layout-land/fingerprint_enroll_enrolling.xml +++ b/res/layout-land/fingerprint_enroll_enrolling.xml @@ -20,7 +20,7 @@ android:id="@+id/setup_wizard_layout" android:layout_width="match_parent" android:layout_height="match_parent" - style="@style/SetupWizardFingerprintStyle"> + style="?attr/fingerprint_layout_theme"> <LinearLayout style="@style/SuwContentFrame" diff --git a/res/layout-land/fingerprint_enroll_find_sensor.xml b/res/layout-land/fingerprint_enroll_find_sensor.xml index b340193..81d1dac 100644 --- a/res/layout-land/fingerprint_enroll_find_sensor.xml +++ b/res/layout-land/fingerprint_enroll_find_sensor.xml @@ -20,7 +20,7 @@ android:id="@+id/setup_wizard_layout" android:layout_width="match_parent" android:layout_height="match_parent" - style="@style/SetupWizardFingerprintStyle"> + style="?attr/fingerprint_layout_theme"> <LinearLayout style="@style/SuwContentFrame" diff --git a/res/layout-land/fingerprint_enroll_finish.xml b/res/layout-land/fingerprint_enroll_finish.xml index aeadd5d..d70dc84 100644 --- a/res/layout-land/fingerprint_enroll_finish.xml +++ b/res/layout-land/fingerprint_enroll_finish.xml @@ -20,7 +20,7 @@ android:id="@+id/setup_wizard_layout" android:layout_width="match_parent" android:layout_height="match_parent" - style="@style/SetupWizardFingerprintStyle"> + style="?attr/fingerprint_layout_theme"> <LinearLayout style="@style/SuwContentFrame" diff --git a/res/layout/fingerprint_enroll_enrolling_base.xml b/res/layout/fingerprint_enroll_enrolling_base.xml index 21221cf..23ffa69 100644 --- a/res/layout/fingerprint_enroll_enrolling_base.xml +++ b/res/layout/fingerprint_enroll_enrolling_base.xml @@ -20,7 +20,7 @@ android:id="@+id/setup_wizard_layout" android:layout_width="match_parent" android:layout_height="match_parent" - style="@style/SetupWizardFingerprintStyle"> + style="?attr/fingerprint_layout_theme"> <LinearLayout style="@style/SuwContentFrame" diff --git a/res/layout/fingerprint_enroll_find_sensor_base.xml b/res/layout/fingerprint_enroll_find_sensor_base.xml index 9f1eb4b..cbb6466 100644 --- a/res/layout/fingerprint_enroll_find_sensor_base.xml +++ b/res/layout/fingerprint_enroll_find_sensor_base.xml @@ -20,7 +20,7 @@ android:id="@+id/setup_wizard_layout" android:layout_width="match_parent" android:layout_height="match_parent" - style="@style/SetupWizardFingerprintStyle"> + style="?attr/fingerprint_layout_theme"> <LinearLayout style="@style/SuwContentFrame" diff --git a/res/layout/fingerprint_enroll_finish_base.xml b/res/layout/fingerprint_enroll_finish_base.xml index 1c66103..4e641df 100644 --- a/res/layout/fingerprint_enroll_finish_base.xml +++ b/res/layout/fingerprint_enroll_finish_base.xml @@ -20,7 +20,7 @@ android:id="@+id/setup_wizard_layout" android:layout_width="match_parent" android:layout_height="match_parent" - style="@style/SetupWizardFingerprintStyle"> + style="?attr/fingerprint_layout_theme"> <LinearLayout style="@style/SuwContentFrame" diff --git a/res/layout/fingerprint_enroll_introduction.xml b/res/layout/fingerprint_enroll_introduction.xml index df83bd9..b05abd8 100644 --- a/res/layout/fingerprint_enroll_introduction.xml +++ b/res/layout/fingerprint_enroll_introduction.xml @@ -20,7 +20,7 @@ android:id="@+id/setup_wizard_layout" android:layout_width="match_parent" android:layout_height="match_parent" - style="@style/SetupWizardFingerprintStyle"> + style="?attr/fingerprint_layout_theme"> <LinearLayout style="@style/SuwContentFrame" @@ -58,6 +58,7 @@ android:layout_weight="1"/> <LinearLayout + android:id="@+id/button_bar" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginEnd="-12dp" diff --git a/res/layout/fingerprint_enroll_onboard.xml b/res/layout/fingerprint_enroll_onboard.xml index efe90ae..4189137 100644 --- a/res/layout/fingerprint_enroll_onboard.xml +++ b/res/layout/fingerprint_enroll_onboard.xml @@ -19,7 +19,7 @@ android:id="@+id/setup_wizard_layout" android:layout_width="match_parent" android:layout_height="match_parent" - style="@style/SetupWizardFingerprintStyle"> + style="?attr/fingerprint_layout_theme"> <LinearLayout style="@style/SuwContentFrame" diff --git a/res/values/styles.xml b/res/values/styles.xml index 0f820f0..387acf5 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -327,12 +327,18 @@ <item name="android:textColor">@color/warning</item> </style> - <style name="SetupWizardFingerprintStyle"> + <style name="FingerprintLayoutTheme"> <item name="suwBackground">@drawable/fp_enrollment_header</item> <item name="suwIllustrationAspectRatio">@dimen/fingerprint_illustration_aspect_ratio</item> <item name="suwDecorPaddingTop">@dimen/fingerprint_decor_padding_top</item> </style> + <style name="SetupWizardFingerprintLayoutTheme"> + <item name="suwBackgroundTile">@drawable/setup_illustration_tile</item> + <item name="suwIllustration">@drawable/setup_illustration_lock_screen</item> + <item name="suwIllustrationHorizontalTile">@drawable/setup_illustration_horizontal_tile</item> + </style> + <style name="TextAppearance.ConfirmDeviceCredentialsErrorText" parent="android:TextAppearance.Material.Body1"> <item name="android:textColor">@color/warning</item> diff --git a/res/values/themes.xml b/res/values/themes.xml index e6621a8..e6229e0 100644 --- a/res/values/themes.xml +++ b/res/values/themes.xml @@ -15,6 +15,7 @@ --> <resources> + <attr name="fingerprint_layout_theme" format="reference" /> <attr name="ic_menu_add" format="reference" /> <attr name="ic_menu_moreoverflow" format="reference" /> <attr name="ic_wps" format="reference" /> @@ -36,6 +37,7 @@ <item name="android:listPreferredItemPaddingStart">@dimen/suw_layout_margin_sides</item> <item name="android:windowBackground">?android:attr/colorBackground</item> <item name="@*android:preferencePanelStyle">@*android:style/PreferencePanel.Dialog</item> + <item name="fingerprint_layout_theme">@style/SetupWizardFingerprintLayoutTheme</item> <item name="ic_menu_add">@drawable/ic_menu_add_dark</item> <item name="ic_menu_moreoverflow">@*android:drawable/ic_menu_moreoverflow_material</item> <item name="ic_wps">@drawable/ic_wps_dark</item> @@ -58,6 +60,7 @@ <item name="android:listPreferredItemPaddingStart">@dimen/suw_layout_margin_sides</item> <item name="android:windowBackground">?android:attr/colorBackground</item> <item name="@*android:preferencePanelStyle">@*android:style/PreferencePanel.Dialog</item> + <item name="fingerprint_layout_theme">@style/SetupWizardFingerprintLayoutTheme</item> <item name="ic_menu_add">@drawable/ic_menu_add_light</item> <item name="ic_menu_moreoverflow">@*android:drawable/ic_menu_moreoverflow_material</item> <item name="ic_wps">@drawable/ic_wps_light</item> @@ -90,6 +93,7 @@ <item name="apnPreferenceStyle">@style/ApnPreference</item> + <item name="fingerprint_layout_theme">@style/FingerprintLayoutTheme</item> <item name="ic_menu_add">@drawable/ic_menu_add_dark</item> <item name="ic_menu_moreoverflow">@*android:drawable/ic_menu_moreoverflow_holo_dark</item> <item name="ic_wps">@drawable/ic_wps_light</item> |