Fix homework last item padding (#1568)

This commit is contained in:
Damian Czupryn 2021-10-09 01:04:04 +02:00 committed by GitHub
parent e8075e30e4
commit ebf9e741c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -27,7 +27,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:clipToPadding="false"
android:paddingBottom="70dp"
android:paddingBottom="64dp"
tools:listitem="@layout/item_homework" />
</androidx.swiperefreshlayout.widget.SwipeRefreshLayout>