kopia lustrzana https://github.com/ryukoposting/Signal-Android
Add padding to bottom of stories landing recycler.
rodzic
d2c2952ccf
commit
ab897953bf
|
@ -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"
|
||||
|
|
Ładowanie…
Reference in New Issue