scrollview match parent in width

This commit is contained in:
AdrianLxM 2017-02-20 13:31:47 +01:00
parent 1f464bdae0
commit 686e16de8d
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@
tools:context="info.nightscout.androidaps.plugins.Actions.ActionsFragment"> tools:context="info.nightscout.androidaps.plugins.Actions.ActionsFragment">
<ScrollView <ScrollView
android:layout_width="wrap_content" android:layout_width="match_parent"
android:layout_height="wrap_content"> android:layout_height="wrap_content">
<LinearLayout <LinearLayout

View file

@ -7,7 +7,7 @@
<ScrollView <ScrollView
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_width="wrap_content"> android:layout_width="match_parent">
<LinearLayout <LinearLayout
android:layout_width="match_parent" android:layout_width="match_parent"