summaryrefslogtreecommitdiff
path: root/res/values-v14
diff options
context:
space:
mode:
authorJoe Robinson <joe@lc8n.com>2013-01-31 22:17:03 +0000
committerJoe Robinson <joe@lc8n.com>2013-01-31 22:17:03 +0000
commit6ef031b66061629dc814c786521cb182b628f346 (patch)
treee2f8b35587fa61167b6f92a318e91ee7fa95183f /res/values-v14
parent559305e42e1ea09b8d26085e8f8355bdb6ba0352 (diff)
I'm a bad person who doesn't commit to git
Diffstat (limited to 'res/values-v14')
-rw-r--r--res/values-v14/strings.xml6
-rw-r--r--res/values-v14/themes.xml6
2 files changed, 12 insertions, 0 deletions
diff --git a/res/values-v14/strings.xml b/res/values-v14/strings.xml
new file mode 100644
index 0000000..9e611cf
--- /dev/null
+++ b/res/values-v14/strings.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <string name="hello">Hello World, fileBrowser!</string>
+ <string name="app_name">blauploader</string>
+ <string name="cancel">Cancel</string>
+</resources>
diff --git a/res/values-v14/themes.xml b/res/values-v14/themes.xml
new file mode 100644
index 0000000..393e3e2
--- /dev/null
+++ b/res/values-v14/themes.xml
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="utf-8"?>
+<resources>
+ <style name="LightTheme" parent="@android:style/Theme.Holo.Light.DarkActionBar">
+ <!-- Any customizations for your app running on pre-3.0 devices here -->
+ </style>
+</resources> \ No newline at end of file