summaryrefslogtreecommitdiff
path: root/res/layout/browser.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/layout/browser.xml')
-rw-r--r--res/layout/browser.xml17
1 files changed, 17 insertions, 0 deletions
diff --git a/res/layout/browser.xml b/res/layout/browser.xml
new file mode 100644
index 0000000..e4edd98
--- /dev/null
+++ b/res/layout/browser.xml
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="match_parent"
+ android:layout_height="match_parent"
+ android:orientation="vertical" >
+ <TextView
+ android:id="@+id/directoryname"
+ android:layout_width="fill_parent"
+ android:layout_height="50dp"
+ android:background="#CCCCCC" />
+ <ListView
+ android:id="@+id/filelist"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content" >
+ </ListView>
+
+</LinearLayout> \ No newline at end of file