welcome dialog: fix height on small screens

This commit is contained in:
Johan von Forstner
2021-01-02 20:09:12 +01:00
parent a6db74488e
commit e1d4b6bcc5

View File

@@ -7,7 +7,8 @@
<ScrollView
android:layout_width="match_parent"
android:layout_height="wrap_content">
android:layout_height="0dp"
android:layout_weight="1">
<androidx.constraintlayout.widget.ConstraintLayout
android:id="@+id/linearLayout4"