1
0

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

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>