Merge "Remove unneeded margin/padding to fix scrolling." into rvc-dev

This commit is contained in:
TreeHugger Robot
2020-05-18 20:32:55 +00:00
committed by Android (Google) Code Review

View File

@@ -46,8 +46,6 @@
<com.android.systemui.globalactions.MinHeightScrollView
android:layout_width="match_parent"
android:layout_height="match_parent"
android:paddingBottom="@dimen/global_actions_grid_container_shadow_offset"
android:layout_marginBottom="@dimen/global_actions_grid_container_negative_shadow_offset"
android:orientation="vertical"
android:scrollbars="none"
>