summaryrefslogtreecommitdiffstats
path: root/res/layout/main.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/main.xml')
-rw-r--r--res/layout/main.xml14
1 files changed, 6 insertions, 8 deletions
diff --git a/res/layout/main.xml b/res/layout/main.xml
index c6fe79b09..dd5ee0e8f 100644
--- a/res/layout/main.xml
+++ b/res/layout/main.xml
@@ -37,12 +37,10 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/your_ip" />
-
- <TextView
- android:id="@+id/textView1"
- android:layout_width="fill_parent"
- android:layout_height="wrap_content"
- android:layout_weight="0.73"
- android:text="@string/hello" />
-
+ <ListView
+ android:id="@+id/listView1"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content" >
+ </ListView>
+
</LinearLayout> \ No newline at end of file