aboutsummaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorJorge Ruesga <jorge@ruesga.com>2013-08-06 01:47:05 +0200
committerJorge Ruesga <jorge@ruesga.com>2013-08-06 01:47:05 +0200
commit6ab3912f76d8886ccfc88def25c18819a0594f07 (patch)
treeb18b0800e82bdf4251c2bee8d892fcdfa9baf553 /res/values
parent660adfa9453ada61b8753dcac1adc5b9b0972b62 (diff)
downloadandroid_packages_wallpapers_PhotoPhase-6ab3912f76d8886ccfc88def25c18819a0594f07.tar.gz
android_packages_wallpapers_PhotoPhase-6ab3912f76d8886ccfc88def25c18819a0594f07.tar.bz2
android_packages_wallpapers_PhotoPhase-6ab3912f76d8886ccfc88def25c18819a0594f07.zip
Support fot GPU image effects (#2)
Initial support of android.media.effects. Note: Transitions are broken now, and must be fixed Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
Diffstat (limited to 'res/values')
-rw-r--r--res/values/arrays.xml2
-rw-r--r--res/values/strings.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml
index ecfbb65..05157d7 100644
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -65,7 +65,7 @@
<string-array name="effects_labels" translatable="false">
<item>@string/effects_none</item>
<item>@string/effects_random</item>
- <item>@string/effects_black_and_white</item>
+ <item>@string/effects_grayscale</item>
<item>@string/effects_sepia</item>
</string-array>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index aff0185..dadde80 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -111,7 +111,7 @@
<!-- Effects -->
<string name="effects_none">None</string>
<string name="effects_random">Random</string>
- <string name="effects_black_and_white">Black &amp; White</string>
+ <string name="effects_grayscale">Grayscale</string>
<string name="effects_sepia">Sepia</string>
<!-- ColorPickerDialog -->