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">
<ScrollView
android:layout_width="wrap_content"
android:layout_width="match_parent"
android:layout_height="wrap_content">
<LinearLayout

View file

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