From 3ebb72ebc15e508bc7949656620356d1ed93fa7c Mon Sep 17 00:00:00 2001 From: jimi Date: Thu, 26 Jul 2012 00:49:27 -0500 Subject: [PATCH] Build app layout: - Add EditText and Button elements - Update string resources --- res/layout/main.xml | 9 +++++++++ res/values/strings.xml | 6 +++++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/res/layout/main.xml b/res/layout/main.xml index ce011ef..c7fadb1 100644 --- a/res/layout/main.xml +++ b/res/layout/main.xml @@ -3,5 +3,14 @@ android:orientation="horizontal" android:layout_width="match_parent" android:layout_height="match_parent" > + +