Remove: Usage of ScrollView

This commit is contained in:
machiav3lli
2021-10-24 16:43:06 +02:00
parent ab703de3cd
commit e95ef29e42
3 changed files with 5 additions and 5 deletions

View File

@ -5,7 +5,7 @@
android:layout_height="match_parent"
android:animateLayoutChanges="true">
<ScrollView
<androidx.core.widget.NestedScrollView
android:id="@android:id/list"
android:layout_width="match_parent"
android:layout_height="match_parent"
@ -88,7 +88,7 @@
</LinearLayout>
</ScrollView>
</androidx.core.widget.NestedScrollView>
<LinearLayout
android:id="@+id/overlay"