Merge pull request #784 from ratneshnavlakhe/add-padding-to-main-list

Add padding to the bottom of the main list.
This commit is contained in:
Sylvia van Os
2022-02-02 19:54:53 +01:00
committed by GitHub

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