summaryrefslogtreecommitdiff
path: root/app/src/main/res/values/arrays.xml
diff options
context:
space:
mode:
authorJavier <dev.git@javispedro.com>2020-02-12 00:08:06 +0100
committerJavier <dev.git@javispedro.com>2020-02-12 20:48:39 +0100
commitac329e140435c3488ea5dfef89d237e2325da9e4 (patch)
tree47f03d0ae7ef63f9649aed834c0110b47e9936b5 /app/src/main/res/values/arrays.xml
downloadwallmotion-ac329e140435c3488ea5dfef89d237e2325da9e4.tar.gz
wallmotion-ac329e140435c3488ea5dfef89d237e2325da9e4.zip
initial import
Diffstat (limited to 'app/src/main/res/values/arrays.xml')
-rw-r--r--app/src/main/res/values/arrays.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/app/src/main/res/values/arrays.xml b/app/src/main/res/values/arrays.xml
new file mode 100644
index 0000000..073ac70
--- /dev/null
+++ b/app/src/main/res/values/arrays.xml
@@ -0,0 +1,11 @@
+<resources>
+ <!-- Settings display zoom values -->
+ <string-array name="settings_display_scale_entries">
+ <item>Stretch to fit</item>
+ <item>Scale and crop to fit</item>
+ </string-array>
+ <string-array name="settings_display_scale_values">
+ <item>@string/settings_display_scale_to_fit_key</item>
+ <item>@string/settings_display_scale_to_fit_with_cropping_key</item>
+ </string-array>
+</resources> \ No newline at end of file