From 5dfdb4ff45b5ec241edcc39c2845b1b8d95022da Mon Sep 17 00:00:00 2001 From: pastychang Date: Mon, 17 Dec 2018 14:50:27 +0800 Subject: [PATCH] Migrating to new footer button for lockscreen pages. Bug: 120805516 Test: RunSettingsRoboTests Change-Id: I12d68cd2eaa750eecd2c40e172efd6b6b16a0849 --- res/layout/encryption_interstitial.xml | 3 +- res/layout/encryption_interstitial_footer.xml | 43 ------------- res/layout/redaction_interstitial.xml | 1 - res/layout/redaction_interstitial_footer.xml | 32 ---------- .../settings/EncryptionInterstitial.java | 60 +++++++++++-------- .../notification/RedactionInterstitial.java | 35 ++++++----- .../settings/EncryptionInterstitialTest.java | 13 ++-- 7 files changed, 67 insertions(+), 120 deletions(-) delete mode 100644 res/layout/encryption_interstitial_footer.xml delete mode 100644 res/layout/redaction_interstitial_footer.xml diff --git a/res/layout/encryption_interstitial.xml b/res/layout/encryption_interstitial.xml index ff56a7c5b9a..5acc7b1652a 100644 --- a/res/layout/encryption_interstitial.xml +++ b/res/layout/encryption_interstitial.xml @@ -20,8 +20,7 @@ xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="match_parent" - android:icon="@drawable/ic_lock" - app:sucFooter="@layout/encryption_interstitial_footer"> + android:icon="@drawable/ic_lock"> - - - - - -