summaryrefslogtreecommitdiffstats
path: root/Android/res/layout/list_item.xml
diff options
context:
space:
mode:
authorTiger Wang <ziwei.tiger@hotmail.co.uk>2013-12-24 17:20:55 +0100
committerTiger Wang <ziwei.tiger@hotmail.co.uk>2013-12-24 17:20:55 +0100
commit9e5e4156747f308ff3bc5da4b14a1c5dd4d7fca5 (patch)
tree2fbb60615fa5f1ea1d4b6378b7cf9c7c76f718b7 /Android/res/layout/list_item.xml
parentMerge pull request #468 from mc-server/colourchange (diff)
parentRemoved unneeded include. (diff)
downloadcuberite-9e5e4156747f308ff3bc5da4b14a1c5dd4d7fca5.tar
cuberite-9e5e4156747f308ff3bc5da4b14a1c5dd4d7fca5.tar.gz
cuberite-9e5e4156747f308ff3bc5da4b14a1c5dd4d7fca5.tar.bz2
cuberite-9e5e4156747f308ff3bc5da4b14a1c5dd4d7fca5.tar.lz
cuberite-9e5e4156747f308ff3bc5da4b14a1c5dd4d7fca5.tar.xz
cuberite-9e5e4156747f308ff3bc5da4b14a1c5dd4d7fca5.tar.zst
cuberite-9e5e4156747f308ff3bc5da4b14a1c5dd4d7fca5.zip
Diffstat (limited to 'Android/res/layout/list_item.xml')
-rw-r--r--Android/res/layout/list_item.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/Android/res/layout/list_item.xml b/Android/res/layout/list_item.xml
new file mode 100644
index 000000000..e77da47db
--- /dev/null
+++ b/Android/res/layout/list_item.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="utf-8"?>
+<TextView xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent" >
+
+
+</TextView> \ No newline at end of file