From: Antonio Ospite Date: Wed, 20 Feb 2013 11:19:21 +0000 (+0100) Subject: First version of MyFirstApp X-Git-Url: https://git.ao2.it/android/MyFirstApp.git/commitdiff_plain/9d1588880e2673b353da9dbb032da7629a4f84d9 First version of MyFirstApp http://developer.android.com/training/basics/firstapp/building-ui.html --- 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"> + + +