summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorRuben Brunk <rubenbrunk@google.com>2012-10-24 11:05:45 -0700
committerRuben Brunk <rubenbrunk@google.com>2012-10-24 11:45:24 -0700
commit2161971cef7b2f20e47815c34f79a0ea7c4b6bf4 (patch)
tree8deb2ff8eae665f21331d8da02cc77e685027d9b /res/values
parent98d0976d1ea3cf1cdf3f93f694fb64aa9211423c (diff)
downloadandroid_packages_apps_Snap-2161971cef7b2f20e47815c34f79a0ea7c4b6bf4.tar.gz
android_packages_apps_Snap-2161971cef7b2f20e47815c34f79a0ea7c4b6bf4.tar.bz2
android_packages_apps_Snap-2161971cef7b2f20e47815c34f79a0ea7c4b6bf4.zip
Took out aspect ratio switching.
Bug: 7406414 Change-Id: Iba6e59d728d6f1ce81ea62b01a86dfaa355383b9
Diffstat (limited to 'res/values')
-rw-r--r--res/values/filtershow_strings.xml8
1 files changed, 7 insertions, 1 deletions
diff --git a/res/values/filtershow_strings.xml b/res/values/filtershow_strings.xml
index 852ef7474..b04413c7d 100644
--- a/res/values/filtershow_strings.xml
+++ b/res/values/filtershow_strings.xml
@@ -78,10 +78,16 @@
<string name="aspect">Aspect</string>
<!-- Label for the aspect 1:1 effect [CHAR LIMIT=15] -->
<string name="aspect1to1_effect">1:1</string>
+ <!-- Label for the aspect 4:3 effect [CHAR LIMIT=15] -->
+ <string name="aspect4to3_effect">4:3</string>
+ <!-- Label for the aspect 3:4 effect [CHAR LIMIT=15] -->
+ <string name="aspect3to4_effect">3:4</string>
<!-- Label for the aspect 4:7 effect [CHAR LIMIT=15] -->
<string name="aspect4to6_effect">4:6</string>
- <!-- Label for the aspect 1:1 effect [CHAR LIMIT=15] -->
+ <!-- Label for the aspect 5:7 effect [CHAR LIMIT=15] -->
<string name="aspect5to7_effect">5:7</string>
+ <!-- Label for the aspect 7:5 effect [CHAR LIMIT=15] -->
+ <string name="aspect7to5_effect">7:5</string>
<!-- Label for the aspect 1:1 effect [CHAR LIMIT=15] -->
<string name="aspect9to16_effect">16:9</string>
<!-- Label for the aspect None effect [CHAR LIMIT=15] -->