summaryrefslogtreecommitdiffstats
path: root/Android
diff options
context:
space:
mode:
authorSTRWarrior <niels.breuker@hotmail.nl>2013-12-24 13:48:15 +0100
committerSTRWarrior <niels.breuker@hotmail.nl>2013-12-24 13:48:15 +0100
commit155f1751cef82d6f2bbf40190c978d1920d5bcf0 (patch)
tree982e3f55ae7227a75795b984fe49bfdfe0c759a3 /Android
parentJust a quick update for the files you need to compile for Android. (diff)
downloadcuberite-155f1751cef82d6f2bbf40190c978d1920d5bcf0.tar
cuberite-155f1751cef82d6f2bbf40190c978d1920d5bcf0.tar.gz
cuberite-155f1751cef82d6f2bbf40190c978d1920d5bcf0.tar.bz2
cuberite-155f1751cef82d6f2bbf40190c978d1920d5bcf0.tar.lz
cuberite-155f1751cef82d6f2bbf40190c978d1920d5bcf0.tar.xz
cuberite-155f1751cef82d6f2bbf40190c978d1920d5bcf0.tar.zst
cuberite-155f1751cef82d6f2bbf40190c978d1920d5bcf0.zip
Diffstat (limited to 'Android')
-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