Add padding to the bottom of the main list.

This commit is contained in:
Ratnesh Navlakhe
2022-02-01 23:37:43 +05:30
parent 9e8ea3384e
commit 19722af65f

View File

@@ -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"/>