aboutsummaryrefslogtreecommitdiffstats
path: root/res/values/strings.xml
diff options
context:
space:
mode:
authorJorge Ruesga <jorge@ruesga.com>2013-08-08 18:34:50 +0200
committerJorge Ruesga <jorge@ruesga.com>2013-08-08 18:34:50 +0200
commitb60b176524fa7862d1c0faba15a36d34124fadc7 (patch)
tree239c368dbf46d5729a0c79ff6e741e334c94c656 /res/values/strings.xml
parentaa4f1a103313b9f30b4c0c146ad9d9f1259e9b1a (diff)
downloadandroid_packages_wallpapers_PhotoPhase-b60b176524fa7862d1c0faba15a36d34124fadc7.tar.gz
android_packages_wallpapers_PhotoPhase-b60b176524fa7862d1c0faba15a36d34124fadc7.tar.bz2
android_packages_wallpapers_PhotoPhase-b60b176524fa7862d1c0faba15a36d34124fadc7.zip
Aspect ratio correction (settings) (#14)
Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
Diffstat (limited to 'res/values/strings.xml')
-rw-r--r--res/values/strings.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 5796885..48185a1 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -45,6 +45,8 @@
<string name="pref_general_settings_background_color_summary">Set the background color of the wallpaper</string>
<string name="pref_general_touch_action">Touch action</string>
<string name="pref_general_touch_action_summary">Select the action to apply when touch a frame</string>
+ <string name="pref_general_aspect_ratio_correction">Aspect ratio correction</string>
+ <string name="pref_general_aspect_ratio_correction_summary">Select the aspect ratio correction to apply</string>
<string name="pref_general_transitions">Transitions</string>
<string name="pref_general_transitions_types">Types</string>
@@ -102,6 +104,11 @@
<string name="touch_actions_open">Open</string>
<string name="touch_actions_share">Share</string>
+ <!-- Aspect ration correction -->
+ <string name="aspect_ratio_correction_none">None</string>
+ <string name="aspect_ratio_correction_crop">Crop</string>
+ <string name="aspect_ratio_correction_center">Center</string>
+
<!-- Transitions -->
<string name="transitions_swap">Swap</string>
<string name="transitions_fade">Fade</string>