From fc977b1e9dc73a25c689355d3eade3a8e8cbb91f Mon Sep 17 00:00:00 2001 From: jimi Date: Thu, 26 Jul 2012 00:23:35 -0500 Subject: [PATCH] Prepare app layout: - Remove 'hello world' text - Change orientation to vertical, width & height to match_parent --- res/layout/main.xml | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/res/layout/main.xml b/res/layout/main.xml index e745f63..ce011ef 100644 --- a/res/layout/main.xml +++ b/res/layout/main.xml @@ -1,13 +1,7 @@ - + android:orientation="horizontal" + android:layout_width="match_parent" + android:layout_height="match_parent" >