|
@@ -1,6 +1,6 @@
|
|
|
<LinearLayout
|
|
|
android:orientation="vertical"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="wrap_content"
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
xmlns:tools="http://schemas.android.com/tools">
|
|
@@ -8,7 +8,7 @@
|
|
|
<LinearLayout
|
|
|
android:id="@+id/mainFrame"
|
|
|
android:orientation="vertical"
|
|
|
- android:layout_width="wrap_content"
|
|
|
+ android:layout_width="match_parent"
|
|
|
android:layout_height="0dp"
|
|
|
android:layout_weight="1">
|
|
|
|