diff options
Diffstat (limited to 'res/layout-land')
-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 |
3 files changed, 3 insertions, 3 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" |