scrollview match parent in width
This commit is contained in:
parent
1f464bdae0
commit
686e16de8d
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue