summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorRuben Brunk <rubenbrunk@google.com>2012-12-10 19:40:27 -0800
committerRuben Brunk <rubenbrunk@google.com>2012-12-12 16:03:45 -0800
commite213a3b52c0dd73bfe744abf0729de436df915d0 (patch)
treee54c7de501fb59a006b7ea91d900bb852d3dff23 /res/values
parent20168cec33b2aec2452c487ccaa11d50fa39913e (diff)
downloadandroid_packages_apps_Snap-e213a3b52c0dd73bfe744abf0729de436df915d0.tar.gz
android_packages_apps_Snap-e213a3b52c0dd73bfe744abf0729de436df915d0.tar.bz2
android_packages_apps_Snap-e213a3b52c0dd73bfe744abf0729de436df915d0.zip
Added photonegative filter.
Change-Id: I73594573b26873cb3fda49aca6d40761dec3707f
Diffstat (limited to 'res/values')
-rw-r--r--res/values/filtershow_ids.xml1
-rw-r--r--res/values/filtershow_strings.xml2
2 files changed, 3 insertions, 0 deletions
diff --git a/res/values/filtershow_ids.xml b/res/values/filtershow_ids.xml
index 502d2f8cb..7f7c98bd0 100644
--- a/res/values/filtershow_ids.xml
+++ b/res/values/filtershow_ids.xml
@@ -30,4 +30,5 @@
<item type="id" name="shadowRecoveryButton" />
<item type="id" name="sharpenButton" />
<item type="id" name="curvesButtonRGB" />
+ <item type="id" name="negativeButton" />
</resources>
diff --git a/res/values/filtershow_strings.xml b/res/values/filtershow_strings.xml
index 7cfcfa093..e011396cd 100644
--- a/res/values/filtershow_strings.xml
+++ b/res/values/filtershow_strings.xml
@@ -131,6 +131,8 @@
<string name="rotate" msgid="460017689320955494">Rotate</string>
<!-- Label for the image flip effect [CHAR LIMIT=15] -->
<string name="mirror">Mirror</string>
+ <!-- Name for the photo effect that inverts photo to negative images. [CHAR LIMIT=10] -->
+ <string name="negative">Negative</string>
<!-- Label for having no filters applied to the image [CHAR LIMIT=10] -->
<string name="none" msgid="3601545724573307541">None</string>