make things scrollable

This commit is contained in:
AdrianLxM 2017-02-20 13:10:07 +01:00
parent 1c522d4a4d
commit 18e2dcffcf
2 changed files with 10 additions and 0 deletions

View file

@ -4,6 +4,10 @@
android:layout_height="match_parent"
tools:context="info.nightscout.androidaps.plugins.Actions.ActionsFragment">
<ScrollView
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
@ -75,5 +79,6 @@
android:textColor="@color/colorTreatmentButton" />
</LinearLayout>
</ScrollView>
</FrameLayout>

View file

@ -5,6 +5,10 @@
tools:context="info.nightscout.androidaps.plugins.DanaR.DanaRFragment">
<ScrollView
android:layout_height="wrap_content"
android:layout_width="wrap_content">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
@ -304,5 +308,6 @@
android:layout_weight="1" />
</LinearLayout>
</LinearLayout>
</ScrollView>
</FrameLayout>