From 063284837c8c366e5502b1b0264b8eb807b61732 Mon Sep 17 00:00:00 2001 From: Joe Robinson Date: Wed, 27 Oct 2010 14:21:09 +0100 Subject: Basic upload functionality to predifined location, with basic file browser --- res/drawable-hdpi/icon.png | Bin 0 -> 4147 bytes res/drawable-ldpi/icon.png | Bin 0 -> 1723 bytes res/drawable-mdpi/icon.png | Bin 0 -> 2574 bytes res/layout/filerow.xml | 7 +++++++ res/layout/main.xml | 19 +++++++++++++++++++ res/values/strings.xml | 5 +++++ 6 files changed, 31 insertions(+) create mode 100644 res/drawable-hdpi/icon.png create mode 100644 res/drawable-ldpi/icon.png create mode 100644 res/drawable-mdpi/icon.png create mode 100644 res/layout/filerow.xml create mode 100644 res/layout/main.xml create mode 100644 res/values/strings.xml (limited to 'res') diff --git a/res/drawable-hdpi/icon.png b/res/drawable-hdpi/icon.png new file mode 100644 index 0000000..8074c4c Binary files /dev/null and b/res/drawable-hdpi/icon.png differ diff --git a/res/drawable-ldpi/icon.png b/res/drawable-ldpi/icon.png new file mode 100644 index 0000000..1095584 Binary files /dev/null and b/res/drawable-ldpi/icon.png differ diff --git a/res/drawable-mdpi/icon.png b/res/drawable-mdpi/icon.png new file mode 100644 index 0000000..a07c69f Binary files /dev/null and b/res/drawable-mdpi/icon.png differ 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 @@ + + + diff --git a/res/layout/main.xml b/res/layout/main.xml new file mode 100644 index 0000000..13a38b7 --- /dev/null +++ b/res/layout/main.xml @@ -0,0 +1,19 @@ + + + + + diff --git a/res/values/strings.xml b/res/values/strings.xml new file mode 100644 index 0000000..4f00040 --- /dev/null +++ b/res/values/strings.xml @@ -0,0 +1,5 @@ + + + Hello World, fileBrowser! + blauploader + -- cgit v1.2.3