summaryrefslogtreecommitdiff
path: root/res/layout/filerow.xml
diff options
context:
space:
mode:
authorJoe Robinson <joe@lc8n.com>2010-10-27 14:21:09 +0100
committerJoe Robinson <joe@lc8n.com>2010-10-27 14:21:09 +0100
commit063284837c8c366e5502b1b0264b8eb807b61732 (patch)
treefff3a1e1e5afaa671485b9d990704658276627ac /res/layout/filerow.xml
Basic upload functionality to predifined location, with basic file browser
Diffstat (limited to 'res/layout/filerow.xml')
-rw-r--r--res/layout/filerow.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/layout/filerow.xml b/res/layout/filerow.xml
new file mode 100644
index 0000000..7f12ffa
--- /dev/null
+++ b/res/layout/filerow.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="fill_parent"
+ android:layout_height="30sp"
+ android:typeface="monospace">
+</TextView>