From 19722af65fcaa6c9154b846c3c7260442128a375 Mon Sep 17 00:00:00 2001 From: Ratnesh Navlakhe Date: Tue, 1 Feb 2022 23:37:43 +0530 Subject: [PATCH] Add padding to the bottom of the main list. --- app/src/main/res/layout/content_main.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/src/main/res/layout/content_main.xml b/app/src/main/res/layout/content_main.xml index a1a83d87d..76975f0d5 100644 --- a/app/src/main/res/layout/content_main.xml +++ b/app/src/main/res/layout/content_main.xml @@ -42,6 +42,8 @@ app:spanCount="@integer/main_view_card_columns" android:layout_width="match_parent" android:layout_height="match_parent" + android:paddingBottom="80dp" + android:clipToPadding="false" android:scrollbars="vertical" android:visibility="gone"/>