diff options
Diffstat (limited to 'res/layout/log_fragment.xml')
-rw-r--r-- | res/layout/log_fragment.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/res/layout/log_fragment.xml b/res/layout/log_fragment.xml index d1e467b1..bcc3f9af 100644 --- a/res/layout/log_fragment.xml +++ b/res/layout/log_fragment.xml @@ -5,7 +5,12 @@ android:layout_height="match_parent" android:orientation="vertical"> - <include layout="@layout/log_silders"/> + <LinearLayout + android:layout_height="wrap_content" + android:layout_width="match_parent"> + + <include layout="@layout/log_silders"/> + </LinearLayout> <TextView android:text="@string/speed_waiting" |