Add home screen bottom margin

pull/145/head
gmbnt 4 years ago
parent 6e2e50e196
commit 0bf7c08778

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

Loading…
Cancel
Save