From 2493587202d5bc0ea3de8916abaa3bca9bcb568d Mon Sep 17 00:00:00 2001 From: Raff Tsai Date: Tue, 16 Oct 2018 08:03:08 +0800 Subject: [PATCH] Use DayNight theme in factory reset page Change-Id: I3cc75a34aaec71c97d1dd83eaf40232de1fd4168 Fixes: 73738836 Test: Manual --- AndroidManifest.xml | 2 +- res/layout/master_clear.xml | 2 +- res/layout/master_clear_confirm.xml | 2 +- res/values/themes_suw.xml | 6 +++--- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index f60d99e219d..109f2b9e8f7 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1560,7 +1560,7 @@ android:enabled="false" android:exported="true" android:taskAffinity="com.android.wizard" - android:theme="@style/SuwThemeGlif.Light" + android:theme="@style/SuwThemeGlif.DayNight" android:label="@string/lock_screen_notifications_interstitial_title" android:icon="@drawable/ic_suggested_notifications"> diff --git a/res/layout/master_clear.xml b/res/layout/master_clear.xml index 247eedc407f..8d4d6231a23 100644 --- a/res/layout/master_clear.xml +++ b/res/layout/master_clear.xml @@ -21,7 +21,7 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" - android:theme="@style/SuwThemeGlifV3.Light" + android:theme="@style/SuwThemeGlifV3.DayNight" android:icon="@drawable/ic_delete_accent" app:suwHeaderText="@string/master_clear_title"> diff --git a/res/layout/master_clear_confirm.xml b/res/layout/master_clear_confirm.xml index 146fb770b8d..d513dbb3135 100644 --- a/res/layout/master_clear_confirm.xml +++ b/res/layout/master_clear_confirm.xml @@ -19,7 +19,7 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:orientation="vertical" - android:theme="@style/SuwThemeGlifV3.Light" + android:theme="@style/SuwThemeGlifV3.DayNight" android:id="@+id/setup_wizard_layout" android:icon="@drawable/ic_delete_accent" app:suwHeaderText="@string/master_clear_confirm_title"> diff --git a/res/values/themes_suw.xml b/res/values/themes_suw.xml index f09b2b1427f..d66f917173b 100644 --- a/res/values/themes_suw.xml +++ b/res/values/themes_suw.xml @@ -17,7 +17,7 @@ - - -