diff options
Diffstat (limited to 'app/src/main/res/values-v14')
| -rw-r--r-- | app/src/main/res/values-v14/strings.xml | 6 | ||||
| -rw-r--r-- | app/src/main/res/values-v14/themes.xml | 6 | 
2 files changed, 12 insertions, 0 deletions
diff --git a/app/src/main/res/values-v14/strings.xml b/app/src/main/res/values-v14/strings.xml new file mode 100644 index 0000000..9e611cf --- /dev/null +++ b/app/src/main/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/app/src/main/res/values-v14/themes.xml b/app/src/main/res/values-v14/themes.xml new file mode 100644 index 0000000..393e3e2 --- /dev/null +++ b/app/src/main/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  | 
