Add ScrollView to list mode dialog

This commit is contained in:
Koitharu
2022-06-26 11:09:58 +03:00
parent e3048d1eb2
commit 663718ece4

View File

@@ -1,8 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
<ScrollView
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:animateLayoutChanges="true"
@@ -67,4 +71,5 @@
tools:value="100"
tools:visibility="visible" />
</LinearLayout>
</LinearLayout>
</ScrollView>