From 8e987d9bfb9c69daf306c52d84d8ea480eb4d73a Mon Sep 17 00:00:00 2001 From: Jeff Sharkey Date: Tue, 16 Jun 2015 13:52:10 -0700 Subject: Finish storage wizard theming. Storage wizard screens now have updated assets from UX, and various assets are tinted consistently. We're using our own navigation bar and wholesale replacing the layout from upstream. Fix text colors in night mode. Tell SystemUI when we're finished with the wizard flow. Bug: 21830731 Change-Id: Ic8d09cc152bfb4dcc6089b5c61d28cbdd4be3ee9 --- res/color/storage_wizard_button.xml | 22 ++++++++++++++++++++++ res/color/storage_wizard_button_red.xml | 22 ++++++++++++++++++++++ 2 files changed, 44 insertions(+) create mode 100644 res/color/storage_wizard_button.xml create mode 100644 res/color/storage_wizard_button_red.xml (limited to 'res/color') diff --git a/res/color/storage_wizard_button.xml b/res/color/storage_wizard_button.xml new file mode 100644 index 0000000..38c7d52 --- /dev/null +++ b/res/color/storage_wizard_button.xml @@ -0,0 +1,22 @@ + + + + + + + diff --git a/res/color/storage_wizard_button_red.xml b/res/color/storage_wizard_button_red.xml new file mode 100644 index 0000000..9e9a908 --- /dev/null +++ b/res/color/storage_wizard_button_red.xml @@ -0,0 +1,22 @@ + + + + + + + -- cgit v1.1