diff options
Diffstat (limited to 'res/layout/main.xml')
-rw-r--r-- | res/layout/main.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/main.xml b/res/layout/main.xml index ac9c0abab..e24cd5f23 100644 --- a/res/layout/main.xml +++ b/res/layout/main.xml @@ -3,8 +3,9 @@ android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical" >
-
+
<TextView
+ android:id="@+id/textView1"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="@string/hello" />
|