Storage wizard UI tweaks.
Updated assets from UX, and shift to "GlifV3" to get the latest
theme styles. Verified visually.
Bug: 77469852
Test: atest com.android.settings.ui.StorageWizardTest
Change-Id: I5bf84e6649577b0c5c874f129fbd1d71c53356e2
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index aae9b83..c528729 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -1862,39 +1862,39 @@
<!-- Exported for SystemUI to launch into -->
<activity android:name=".deviceinfo.StorageWizardInit"
- android:theme="@style/GlifTheme.Light"
+ android:theme="@style/GlifV3Theme.Light"
android:taskAffinity="com.android.settings.storage_wizard"
android:exported="true"
android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" />
<activity android:name=".deviceinfo.StorageWizardFormatProgress"
- android:theme="@style/GlifTheme.Light"
+ android:theme="@style/GlifV3Theme.Light"
android:taskAffinity="com.android.settings.storage_wizard"
android:exported="false" />
<activity android:name=".deviceinfo.StorageWizardFormatSlow"
- android:theme="@style/GlifTheme.Light"
+ android:theme="@style/GlifV3Theme.Light"
android:taskAffinity="com.android.settings.storage_wizard"
android:exported="false" />
<activity android:name=".deviceinfo.StorageWizardMigrateConfirm"
- android:theme="@style/GlifTheme.Light"
+ android:theme="@style/GlifV3Theme.Light"
android:taskAffinity="com.android.settings.storage_wizard"
android:exported="false" />
<activity android:name=".deviceinfo.StorageWizardMigrateProgress"
- android:theme="@style/GlifTheme.Light"
+ android:theme="@style/GlifV3Theme.Light"
android:taskAffinity="com.android.settings.storage_wizard"
android:exported="true"
android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" />
<activity android:name=".deviceinfo.StorageWizardReady"
- android:theme="@style/GlifTheme.Light"
+ android:theme="@style/GlifV3Theme.Light"
android:taskAffinity="com.android.settings.storage_wizard"
android:exported="true"
android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" />
<activity android:name=".deviceinfo.StorageWizardMoveConfirm"
- android:theme="@style/GlifTheme.Light"
+ android:theme="@style/GlifV3Theme.Light"
android:taskAffinity="com.android.settings.storage_wizard"
android:exported="false" />
<activity android:name=".deviceinfo.StorageWizardMoveProgress"
- android:theme="@style/GlifTheme.Light"
+ android:theme="@style/GlifV3Theme.Light"
android:taskAffinity="com.android.settings.storage_wizard"
android:exported="true"
android:permission="android.permission.MOUNT_UNMOUNT_FILESYSTEMS" />