From 3ebb7ced3100f004fce033b7ed835eaee19cfbed Mon Sep 17 00:00:00 2001 From: Matt Pietal Date: Wed, 14 Apr 2021 10:06:06 -0400 Subject: Smartspace + shelf - Remove space No need to any top margins. Move the shelf closer. Bug: 172360102 Test: manual Change-Id: I42ef1d1e960ccfcca69cccf1e7c2cf1ec831ff77 --- packages/SystemUI/res-keyguard/layout/keyguard_clock_switch.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/SystemUI/res-keyguard/layout/keyguard_clock_switch.xml b/packages/SystemUI/res-keyguard/layout/keyguard_clock_switch.xml index 00c27bf5f10d..1cef44b3b3df 100644 --- a/packages/SystemUI/res-keyguard/layout/keyguard_clock_switch.xml +++ b/packages/SystemUI/res-keyguard/layout/keyguard_clock_switch.xml @@ -79,7 +79,6 @@ android:id="@+id/left_aligned_notification_icon_container" android:layout_width="match_parent" android:layout_height="@dimen/notification_shelf_height" - android:layout_marginTop="@dimen/widget_vertical_padding" android:layout_below="@id/keyguard_status_area" android:paddingStart="@dimen/below_clock_padding_start" /> -- cgit v1.2.3-59-g8ed1b