aboutsummaryrefslogtreecommitdiffstats
path: root/res/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/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/xml')
-rw-r--r--res/xml/preferences_general.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/res/xml/preferences_general.xml b/res/xml/preferences_general.xml
index b3718a3..14a1d8d 100644
--- a/res/xml/preferences_general.xml
+++ b/res/xml/preferences_general.xml
@@ -47,6 +47,16 @@
android:entryValues="@array/touch_actions_values"
android:defaultValue="0" />
+ <!-- Aspect ratio correction -->
+ <ListPreference
+ android:key="ui_aspect_ratio_correction"
+ android:title="@string/pref_general_aspect_ratio_correction"
+ android:summary="@string/pref_general_aspect_ratio_correction_summary"
+ android:persistent="true"
+ android:entries="@array/aspect_ratio_correction_labels"
+ android:entryValues="@array/aspect_ratio_correction_values"
+ android:defaultValue="0" />
+
</PreferenceCategory>
<!-- Transitions -->