Merge pull request #507 from Aga-C/add-padding-for-checklist

Added padding for checklist to avoid hiding the last item (#443)
This commit is contained in:
Tibor Kaputa 2022-03-08 12:01:54 +01:00 committed by GitHub
commit 33498a00ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -59,6 +59,7 @@
android:layout_height="match_parent"
android:clipToPadding="false"
android:overScrollMode="never"
android:paddingBottom="@dimen/secondary_fab_bottom_margin"
android:visibility="gone"
app:layoutManager="com.simplemobiletools.commons.views.MyLinearLayoutManager" />