From d189ac52a4e49291b729d817fc903116abc086d0 Mon Sep 17 00:00:00 2001 From: Maurice Lam Date: Wed, 15 Jun 2016 13:39:34 -0700 Subject: [PATCH] Use GLIF theme for Settings > Security > Screen lock Bug: 24405946 Change-Id: I1fed96cbc228b6bb367637f83f9cd3bac2761417 --- AndroidManifest.xml | 24 ++- res/layout-land/choose_lock_password.xml | 100 ------------ res/layout-land/choose_lock_pattern.xml | 153 +++++++++-------- res/layout-land/setup_choose_lock_pattern.xml | 107 ------------ .../choose_lock_password.xml | 90 ---------- .../choose_lock_pattern.xml | 88 ---------- res/layout-sw600dp/choose_lock_password.xml | 91 ----------- res/layout-sw600dp/choose_lock_pattern.xml | 85 ---------- res/layout/choose_lock_password.xml | 154 ++++++++++-------- res/layout/choose_lock_pattern.xml | 78 --------- ...mon.xml => choose_lock_pattern_common.xml} | 0 res/layout/encryption_interstitial_header.xml | 7 +- res/layout/redaction_interstitial.xml | 132 ++++++++------- res/layout/setup_choose_lock_password.xml | 97 ----------- res/layout/setup_redaction_interstitial.xml | 89 ---------- res/values-sw600dp/aliases.xml | 2 +- res/values/aliases.xml | 2 +- .../android/settings/ChooseLockGeneric.java | 3 - .../android/settings/ChooseLockPassword.java | 10 +- .../android/settings/ChooseLockPattern.java | 10 +- .../settings/EncryptionInterstitial.java | 42 ++++- .../settings/SetupChooseLockPassword.java | 21 --- .../settings/SetupChooseLockPattern.java | 23 --- .../settings/SetupEncryptionInterstitial.java | 8 - .../settings/SetupRedactionInterstitial.java | 38 +---- .../notification/RedactionInterstitial.java | 31 +++- 26 files changed, 345 insertions(+), 1140 deletions(-) delete mode 100644 res/layout-land/choose_lock_password.xml delete mode 100644 res/layout-land/setup_choose_lock_pattern.xml delete mode 100644 res/layout-sw600dp-land/choose_lock_password.xml delete mode 100644 res/layout-sw600dp-land/choose_lock_pattern.xml delete mode 100644 res/layout-sw600dp/choose_lock_password.xml delete mode 100644 res/layout-sw600dp/choose_lock_pattern.xml delete mode 100644 res/layout/choose_lock_pattern.xml rename res/layout/{setup_choose_lock_pattern_common.xml => choose_lock_pattern_common.xml} (100%) delete mode 100644 res/layout/setup_choose_lock_password.xml delete mode 100644 res/layout/setup_redaction_interstitial.xml diff --git a/AndroidManifest.xml b/AndroidManifest.xml index 8864039a78d..3fbc83047d8 100644 --- a/AndroidManifest.xml +++ b/AndroidManifest.xml @@ -1594,7 +1594,8 @@ android:resource="@string/notification_suggestion_summary" /> - + @@ -1641,7 +1642,7 @@ + android:theme="@style/SetupWizardTheme.Light"> @@ -1661,7 +1662,7 @@ @@ -1719,25 +1720,30 @@ + android:theme="@style/SetupWizardTheme.Light" /> - + - + android:theme="@style/SetupWizardTheme.Light"/> - + - - - - - - - - - - - - - - - - - - - - -