summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorRuben Brunk <rubenbrunk@google.com>2012-12-10 18:50:10 -0800
committerRuben Brunk <rubenbrunk@google.com>2012-12-12 16:35:23 -0800
commit7ffbd3b2077ddf2a6889787c55ff084c17038343 (patch)
tree910ad4e56a0bf988aa7de0d5fbc959b4c251c1bb /res/values
parente213a3b52c0dd73bfe744abf0729de436df915d0 (diff)
downloadandroid_packages_apps_Snap-7ffbd3b2077ddf2a6889787c55ff084c17038343.tar.gz
android_packages_apps_Snap-7ffbd3b2077ddf2a6889787c55ff084c17038343.tar.bz2
android_packages_apps_Snap-7ffbd3b2077ddf2a6889787c55ff084c17038343.zip
Added sobel filter for edge function.
Change-Id: I4d59a96585f4902cd01d26ff68c777b542041132
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 7f7c98bd0..4ccbd960d 100644
--- a/res/values/filtershow_ids.xml
+++ b/res/values/filtershow_ids.xml
@@ -31,4 +31,5 @@
<item type="id" name="sharpenButton" />
<item type="id" name="curvesButtonRGB" />
<item type="id" name="negativeButton" />
+ <item type="id" name="edgeButton" />
</resources>
diff --git a/res/values/filtershow_strings.xml b/res/values/filtershow_strings.xml
index e011396cd..5095e48e1 100644
--- a/res/values/filtershow_strings.xml
+++ b/res/values/filtershow_strings.xml
@@ -135,6 +135,8 @@
<string name="negative">Negative</string>
<!-- Label for having no filters applied to the image [CHAR LIMIT=10] -->
<string name="none" msgid="3601545724573307541">None</string>
+ <!-- Label for the image edges effect (highlights edges in image) [CHAR LIMIT=10] -->
+ <string name="edge">Edges</string>
<!-- Labels for the curves tool -->