aboutsummaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorJorge Ruesga <jorge@ruesga.com>2013-08-07 00:10:01 +0200
committerJorge Ruesga <jorge@ruesga.com>2013-08-07 00:10:01 +0200
commite3e640aa2e7b1357903663705bfdce8e8f95dc43 (patch)
tree340c2f372e5c302f5c88b84053badfac03cc2b32 /res/values
parent2f4271e4cd39237a518684b35b526e264d0a2109 (diff)
downloadandroid_packages_wallpapers_PhotoPhase-e3e640aa2e7b1357903663705bfdce8e8f95dc43.tar.gz
android_packages_wallpapers_PhotoPhase-e3e640aa2e7b1357903663705bfdce8e8f95dc43.tar.bz2
android_packages_wallpapers_PhotoPhase-e3e640aa2e7b1357903663705bfdce8e8f95dc43.zip
Multiple effect selection (#13)
Signed-off-by: Jorge Ruesga <jorge@ruesga.com>
Diffstat (limited to 'res/values')
-rw-r--r--res/values/arrays.xml8
-rw-r--r--res/values/strings.xml2
2 files changed, 3 insertions, 7 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml
index 96420a0..1351be3 100644
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -63,8 +63,6 @@
</string-array>
<string-array name="effects_labels" translatable="false">
- <item>@string/effects_none</item>
- <item>@string/effects_random</item>
<item>@string/effects_autofix</item>
<item>@string/effects_crossprocess</item>
<item>@string/effects_documentary</item>
@@ -83,8 +81,8 @@
</string-array>
<string-array name="effects_values" translatable="false">
- <item>1</item>
<item>0</item>
+ <item>1</item>
<item>2</item>
<item>3</item>
<item>4</item>
@@ -98,8 +96,8 @@
<item>12</item>
<item>13</item>
<item>14</item>
- <item>15</item>
- <item>16</item>
</string-array>
+ <string-array name="effects_default" translatable="false"/>
+
</resources>
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 77d78c0..08cbeaf 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -109,8 +109,6 @@
<string name="transitions_translation">Translation</string>
<!-- Effects -->
- <string name="effects_none">None</string>
- <string name="effects_random">Random</string>
<string name="effects_autofix">Autofix</string>
<string name="effects_crossprocess">Cross process</string>
<string name="effects_documentary">Documentary</string>