summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorRuben Brunk <rubenbrunk@google.com>2012-12-12 21:35:12 -0800
committerRuben Brunk <rubenbrunk@google.com>2012-12-13 00:49:28 -0800
commit23c72bfb18fb8caad09456beda9f7050cf3f140c (patch)
treec7ca29b6ea9dd3b2593f6262286ec16d465aba2e /res/values
parentb15eb8429e7fb395bd968b91505817407f00d20e (diff)
downloadandroid_packages_apps_Snap-23c72bfb18fb8caad09456beda9f7050cf3f140c.tar.gz
android_packages_apps_Snap-23c72bfb18fb8caad09456beda9f7050cf3f140c.tar.bz2
android_packages_apps_Snap-23c72bfb18fb8caad09456beda9f7050cf3f140c.zip
Added K-Means clustering filter.
Change-Id: If8961d4a21de953b754cf74aefc222b6bec902a3
Diffstat (limited to 'res/values')
-rw-r--r--res/values/filtershow_ids.xml1
-rw-r--r--res/values/filtershow_strings.xml3
2 files changed, 4 insertions, 0 deletions
diff --git a/res/values/filtershow_ids.xml b/res/values/filtershow_ids.xml
index 4ccbd960d..7b18d2d0a 100644
--- a/res/values/filtershow_ids.xml
+++ b/res/values/filtershow_ids.xml
@@ -32,4 +32,5 @@
<item type="id" name="curvesButtonRGB" />
<item type="id" name="negativeButton" />
<item type="id" name="edgeButton" />
+ <item type="id" name="kmeansButton" />
</resources>
diff --git a/res/values/filtershow_strings.xml b/res/values/filtershow_strings.xml
index 5095e48e1..526982f8f 100644
--- a/res/values/filtershow_strings.xml
+++ b/res/values/filtershow_strings.xml
@@ -137,6 +137,9 @@
<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>
+ <!-- Label for an image effect that replicates the "pop art" style of segmenting
+ images into solid colors, as popularized by Andy Warhol [CHAR LIMIT=10] -->
+ <string name="kmeans">Warhol</string>
<!-- Labels for the curves tool -->