diff options
author | faketruth <faketruth@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-08-19 02:35:19 +0200 |
---|---|---|
committer | faketruth <faketruth@0a769ca7-a7f5-676a-18bf-c427514a06d6> | 2012-08-19 02:35:19 +0200 |
commit | e5bef782fcac6c55770d4a234a3a2c4beb26fc27 (patch) | |
tree | d8ab7d5173c5a4329da2087dc38742a80e170944 /res | |
parent | Android: Showing last MCServer related logcat message (diff) | |
download | cuberite-e5bef782fcac6c55770d4a234a3a2c4beb26fc27.tar cuberite-e5bef782fcac6c55770d4a234a3a2c4beb26fc27.tar.gz cuberite-e5bef782fcac6c55770d4a234a3a2c4beb26fc27.tar.bz2 cuberite-e5bef782fcac6c55770d4a234a3a2c4beb26fc27.tar.lz cuberite-e5bef782fcac6c55770d4a234a3a2c4beb26fc27.tar.xz cuberite-e5bef782fcac6c55770d4a234a3a2c4beb26fc27.tar.zst cuberite-e5bef782fcac6c55770d4a234a3a2c4beb26fc27.zip |
Diffstat (limited to '')
-rw-r--r-- | res/layout/main.xml | 14 |
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 |