Merge pull request #296 from jotomo/fragmented-aesthetics

This commit is contained in:
Milos Kozak 2017-07-19 17:19:42 +02:00 committed by GitHub
commit ecd018d8d1
3 changed files with 4 additions and 7 deletions

View file

@ -5,7 +5,6 @@
tools:context="info.nightscout.androidaps.plugins.Loop.LoopFragment">
<ScrollView
android:id="@+id/scrollView"
android:layout_width="match_parent"
android:layout_height="match_parent">

View file

@ -6,12 +6,11 @@
<ScrollView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="10dp">
android:layout_height="match_parent">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<LinearLayout

View file

@ -6,12 +6,11 @@
<ScrollView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginTop="10dp">
android:layout_height="match_parent">
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical">
<LinearLayout