fix: modified list scrolling behavior

This commit is contained in:
antonio 2023-07-02 19:55:05 +02:00
parent a508ec0af6
commit 0f1364502a
3 changed files with 4 additions and 0 deletions

View file

@ -92,6 +92,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:clipToPadding="false"
android:nestedScrollingEnabled="false"
android:paddingBottom="8dp" />
</LinearLayout>