From e0e81b68c6aec813697526808355d83671e1908f Mon Sep 17 00:00:00 2001 From: Maurice Lam Date: Wed, 5 Apr 2017 12:10:37 -0700 Subject: [PATCH] Make GLIF v2 available to OEMs Rename GLIF Pixel to GLIF v2 and make available to OEMs. In this model settings read the EXTRA_THEME from the intent and picks between GLIF and GLIF v2. Test: Manual Bug: 36857917 Change-Id: I4899a3d041abaf0b97843cf14affc8d6f9587a22 --- AndroidManifest.xml | 26 +++++----- res/values/themes.xml | 49 +++++++++++++++++-- .../ConfirmDeviceCredentialBaseActivity.java | 2 +- .../android/settings/SetupWizardUtils.java | 17 +++++-- 4 files changed, 72 insertions(+), 22 deletions(-) diff --git a/AndroidManifest.xml b/AndroidManifest.xml index da88f76f739..7edb46c1a8e 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1560,7 +1560,7 @@ + android:theme="@style/GlifTheme.Light" /> @@ -1571,11 +1571,11 @@ + android:theme="@style/GlifTheme.Light"/> + android:theme="@style/GlifTheme.Light"/> + android:theme="@style/GlifTheme.Light"> @@ -1617,17 +1617,17 @@ + android:theme="@style/GlifTheme.Light"/> + android:theme="@style/GlifTheme.Light"/> @@ -1690,30 +1690,30 @@ + android:theme="@style/GlifTheme.Light" /> + android:theme="@style/GlifTheme.Light" /> + android:theme="@style/GlifTheme.Light"/> + android:theme="@style/GlifTheme.Light" /> - - - + + + + -