aboutsummaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorJorge Ruesga <jorge@ruesga.com>2013-08-14 18:09:23 +0200
committerJorge Ruesga <jorge@ruesga.com>2013-08-14 18:09:23 +0200
commit8c07c923cf89fb633c042e0851a1cd82827133ca (patch)
treecab898338b99a5119bebb0d8ffeff8bbff1b2a3a /res/values
parent39e18f77c7821ff476ad443c07c9e381473131f4 (diff)
downloadandroid_packages_wallpapers_PhotoPhase-8c07c923cf89fb633c042e0851a1cd82827133ca.tar.gz
android_packages_wallpapers_PhotoPhase-8c07c923cf89fb633c042e0851a1cd82827133ca.tar.bz2
android_packages_wallpapers_PhotoPhase-8c07c923cf89fb633c042e0851a1cd82827133ca.zip
Support for MCA own effects + Halftone effects
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.xml1
2 files changed, 3 insertions, 0 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml
index 1ba53ac..795a088 100644
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -81,6 +81,7 @@
<item>@string/effects_autofix</item>
<item>@string/effects_crossprocess</item>
<item>@string/effects_documentary</item>
+ <item>@string/effects_halftone</item>
<item>@string/effects_duotone</item>
<item>@string/effects_fisheye</item>
<item>@string/effects_grain</item>
@@ -112,6 +113,7 @@
<item>13</item>
<item>14</item>
<item>15</item>
+ <item>16</item>
</string-array>
<string-array name="effects_default" translatable="false">
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 8ab01b0..ff0d8a8 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -120,6 +120,7 @@
<string name="effects_autofix">Autofix</string>
<string name="effects_crossprocess">Cross process</string>
<string name="effects_documentary">Documentary</string>
+ <string name="effects_halftone">Halftone</string>
<string name="effects_duotone">Duotone</string>
<string name="effects_fisheye">Fish Eye</string>
<string name="effects_grain">Grain</string>