From 8c6910e9d5e5caf0704ce568a4a6343a664cd89b Mon Sep 17 00:00:00 2001 From: Ajay Nadathur Date: Mon, 10 Jul 2017 14:21:10 -0700 Subject: [PATCH] Update notification redaction interstitial according to spec bug: 38395294 Test: Manually tested and verified Change-Id: Iddd53af604c65bb8e40c081f9538535bd3043ad4 --- res/layout/redaction_interstitial.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/res/layout/redaction_interstitial.xml b/res/layout/redaction_interstitial.xml index ecc122fd984..939ff92b9ac 100644 --- a/res/layout/redaction_interstitial.xml +++ b/res/layout/redaction_interstitial.xml @@ -21,7 +21,7 @@ android:id="@+id/setup_wizard_layout" android:layout_width="match_parent" android:layout_height="match_parent" - android:icon="@drawable/ic_lock" + android:icon="@drawable/ic_suggested_notifications" settings:suwFooter="@layout/redaction_interstitial_footer" settings:suwHeaderText="@string/lock_screen_notifications_interstitial_title"> @@ -52,6 +52,8 @@ style="@style/SuwRadioButton" android:layout_width="wrap_content" android:layout_height="wrap_content" + android:layout_marginBottom="0dp" + android:minHeight="?android:attr/listPreferredItemHeight" android:text="@string/lock_screen_notifications_summary_show" />