Make color picker dialog scrollable.

This commit is contained in:
Alex Ning
2020-11-24 15:24:35 +08:00
parent dae9eba033
commit b66d5fa168

View File

@@ -1,7 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent"
android:layout_height="match_parent"
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<TextView
@@ -162,4 +166,6 @@
</LinearLayout>
</LinearLayout>
</LinearLayout>
</ScrollView>