Changelog: Use NestedScrollView instead of ScrollView

Looks much better

Signed-off-by: DennySPb <dennyspb@gmail.com>
Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
This commit is contained in:
DennySPb 2022-02-18 12:04:05 +03:00 committed by Pranav Vashi
parent ca2a9db41b
commit 592b5d1e72

View file

@ -21,7 +21,7 @@
android:layout_height="match_parent"
android:orientation="vertical">
<ScrollView
<androidx.core.widget.NestedScrollView
android:layout_width="match_parent"
android:layout_height="0dip"
android:layout_weight="1.0"
@ -49,5 +49,5 @@
</LinearLayout>
</LinearLayout>
</ScrollView>
</androidx.core.widget.NestedScrollView>
</LinearLayout>