Changed layout_height(s) to "wrap_content"

This commit is contained in:
M.H. Alkotob
2017-02-22 14:40:13 +02:00
committed by GitHub
parent afaf284a59
commit 4eff7a97c9

View File

@@ -7,7 +7,7 @@
>
<LinearLayout
android:layout_height="match_parent"
android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:orientation="vertical"
android:gravity="left"
@@ -37,7 +37,7 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
android:gravity="left"
>