diff options
author | Joe Robinson <joe@lc8n.com> | 2010-10-27 14:21:09 +0100 |
---|---|---|
committer | Joe Robinson <joe@lc8n.com> | 2010-10-27 14:21:09 +0100 |
commit | 063284837c8c366e5502b1b0264b8eb807b61732 (patch) | |
tree | fff3a1e1e5afaa671485b9d990704658276627ac /res/values |
Basic upload functionality to predifined location, with basic file browser
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/strings.xml | 5 |
1 files changed, 5 insertions, 0 deletions
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 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <string name="hello">Hello World, fileBrowser!</string> + <string name="app_name">blauploader</string> +</resources> |