From d3631e02f7ac7541d4a7967fcc7b38c9a0598188 Mon Sep 17 00:00:00 2001 From: Christian Kuester Date: Sat, 11 Sep 2010 21:50:23 +0200 Subject: [PATCH] removed hard coded string --- res/layout/main.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/layout/main.xml b/res/layout/main.xml index d75f77a..3239c16 100644 --- a/res/layout/main.xml +++ b/res/layout/main.xml @@ -9,7 +9,7 @@ android:id="@+id/hello" android:layout_width="fill_parent" android:layout_height="wrap_content" - android:text="Hello, Verizon Conference" + android:text="Hello, Conference" />