diff options
| author | 2021-04-14 10:06:06 -0400 | |
|---|---|---|
| committer | 2021-04-14 10:06:06 -0400 | |
| commit | 3ebb7ced3100f004fce033b7ed835eaee19cfbed (patch) | |
| tree | af50496eb2455af0d8b69104c481d0088ac50cef | |
| parent | f63b7f050157942bd6c1046853dc60e8f67a5a9c (diff) | |
Smartspace + shelf - Remove space
No need to any top margins. Move the shelf closer.
Bug: 172360102
Test: manual
Change-Id: I42ef1d1e960ccfcca69cccf1e7c2cf1ec831ff77
| -rw-r--r-- | packages/SystemUI/res-keyguard/layout/keyguard_clock_switch.xml | 1 |
1 files changed, 0 insertions, 1 deletions
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" /> |