Add padding to bottom of stories landing recycler.

This commit is contained in:
Alex Hart 2022-07-26 12:59:47 -03:00 committed by Cody Henthorne
parent d2c2952ccf
commit ab897953bf

View file

@ -19,6 +19,9 @@
android:id="@+id/recycler"
android:layout_width="match_parent"
android:layout_height="0dp"
android:clipChildren="false"
android:clipToPadding="false"
android:paddingBottom="88dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"