From 9d1588880e2673b353da9dbb032da7629a4f84d9 Mon Sep 17 00:00:00 2001 From: Antonio Ospite Date: Wed, 20 Feb 2013 12:19:21 +0100 Subject: [PATCH] First version of MyFirstApp http://developer.android.com/training/basics/firstapp/building-ui.html --- res/layout/main.xml | 26 ++++++++++++++++---------- res/values/strings.xml | 6 +++++- 2 files changed, 21 insertions(+), 11 deletions(-) diff --git a/res/layout/main.xml b/res/layout/main.xml index e745f63..6125c3a 100644 --- a/res/layout/main.xml +++ b/res/layout/main.xml @@ -1,13 +1,19 @@ - - + xmlns:tools="http://schemas.android.com/tools" + android:layout_width="match_parent" + android:layout_height="match_parent" + android:orientation="horizontal"> + + +