From e82cfeacd5f0899d236268a7888a893db3ea39c2 Mon Sep 17 00:00:00 2001 From: Josh Holtrop Date: Sat, 27 Oct 2012 11:03:07 -0400 Subject: [PATCH] add EditText and Button --- res/layout/main.xml | 13 ++++++++----- res/values/strings.xml | 4 +++- 2 files changed, 11 insertions(+), 6 deletions(-) diff --git a/res/layout/main.xml b/res/layout/main.xml index e745f63..6e60b03 100644 --- a/res/layout/main.xml +++ b/res/layout/main.xml @@ -1,13 +1,16 @@ - + android:hint="@string/edit_message" /> +