summaryrefslogtreecommitdiffstats
path: root/res/layout/install_start.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/install_start.xml')
-rwxr-xr-xres/layout/install_start.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/res/layout/install_start.xml b/res/layout/install_start.xml
index d95daa64..8f861cc6 100755
--- a/res/layout/install_start.xml
+++ b/res/layout/install_start.xml
@@ -17,8 +17,8 @@
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
- android:layout_width="fill_parent"
- android:layout_height="fill_parent">
+ android:layout_width="match_parent"
+ android:layout_height="match_parent">
<include
layout="@layout/app_details"