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

@ -188,6 +188,7 @@
android:layout_height="match_parent"
android:layout_marginTop="8dp"
android:layout_marginBottom="8dp"
android:nestedScrollingEnabled="false"
android:clipToPadding="false"
android:paddingTop="8dp" />
</LinearLayout>

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>

View file

@ -46,6 +46,7 @@
android:layout_height="match_parent"
android:layout_marginTop="8dp"
android:layout_marginBottom="8dp"
android:nestedScrollingEnabled="false"
android:clipToPadding="false"
android:paddingStart="16dp"
android:paddingTop="8dp"
@ -279,6 +280,7 @@
android:layout_height="wrap_content"
android:layout_marginTop="8dp"
android:layout_marginBottom="8dp"
android:nestedScrollingEnabled="false"
android:clipToPadding="false"
android:paddingTop="8dp"
android:paddingBottom="8dp" />