From ade52ca806993aea46125dc2c4df461379b9b3ca Mon Sep 17 00:00:00 2001 From: Jeff Sharkey Date: Wed, 20 Dec 2017 13:20:38 -0700 Subject: [PATCH] Shift storage wizards over to Glif theme. This matches new UX best-practices, and allows us to remove some special one-off hacks. Test: visual Bug: 70894690 Change-Id: I2705c731277cae7f19bce78a0a2a023ad0777b83 --- AndroidManifest.xml | 10 +- res/layout/storage_wizard_footer.xml | 35 +++++++ res/layout/storage_wizard_generic.xml | 6 +- res/layout/storage_wizard_init.xml | 6 +- res/layout/storage_wizard_migrate.xml | 6 +- res/layout/storage_wizard_progress.xml | 6 +- res/layout/storage_wizard_ready.xml | 6 +- res/values/styles.xml | 3 +- .../deviceinfo/StorageWizardBase.java | 92 ++++--------------- 9 files changed, 78 insertions(+), 92 deletions(-) create mode 100644 res/layout/storage_wizard_footer.xml diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 4beaf8fc5f7..7891277a780 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1860,35 +1860,43 @@ diff --git a/res/layout/storage_wizard_footer.xml b/res/layout/storage_wizard_footer.xml new file mode 100644 index 00000000000..f8384dc1d23 --- /dev/null +++ b/res/layout/storage_wizard_footer.xml @@ -0,0 +1,35 @@ + + + + + + + +