Add home screen bottom margin

This commit is contained in:
gmbnt 2020-03-17 09:54:58 +11:00
parent 6e2e50e196
commit 0bf7c08778

View File

@ -56,7 +56,9 @@
<android.support.v7.widget.RecyclerView
android:id="@+id/recyclerView"
android:layout_width="match_parent"
android:layout_height="match_parent" />
android:layout_height="match_parent"
android:paddingBottom="172dp"
android:clipToPadding="false" />
<View
android:id="@+id/gradientView"