Add padding to bottom of stories landing recycler.

fork-5.53.8
Alex Hart 2022-07-26 12:59:47 -03:00 zatwierdzone przez Cody Henthorne
rodzic d2c2952ccf
commit ab897953bf
1 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

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