add scrollview

This commit is contained in:
Milos Kozak 2017-12-26 01:22:35 +01:00
parent 8fdd16c305
commit 72d6c4494b

View file

@ -4,6 +4,10 @@
android:layout_height="match_parent"
tools:context="info.nightscout.androidaps.plugins.Overview.Dialogs.EditQuickWizardDialog">
<ScrollView
android:layout_width="match_parent"
android:layout_height="match_parent">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
@ -151,4 +155,6 @@
</LinearLayout>
</ScrollView>
</FrameLayout>