From 6517aa6a6985411bb563dfae24ade54e96686bde Mon Sep 17 00:00:00 2001 From: afohrman Date: Thu, 11 Nov 2021 15:25:57 -0500 Subject: [PATCH] [Adaptive] Removed extra space between the list view container and the navigation bar. There was an extra 12dp of margin above the navigation bar that was unnecessary. PiperOrigin-RevId: 409214343 --- .../adaptive/res/layout/cat_adaptive_list_view_fragment.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/catalog/java/io/material/catalog/adaptive/res/layout/cat_adaptive_list_view_fragment.xml b/catalog/java/io/material/catalog/adaptive/res/layout/cat_adaptive_list_view_fragment.xml index 7ab550328f1..7ee92f69de0 100644 --- a/catalog/java/io/material/catalog/adaptive/res/layout/cat_adaptive_list_view_fragment.xml +++ b/catalog/java/io/material/catalog/adaptive/res/layout/cat_adaptive_list_view_fragment.xml @@ -20,8 +20,7 @@ xmlns:app="http://schemas.android.com/apk/res-auto" android:id="@+id/list_view_container" android:layout_width="match_parent" - android:layout_height="match_parent" - android:layout_marginBottom="12dp"> + android:layout_height="match_parent">