summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorRuben Brunk <rubenbrunk@google.com>2012-12-13 12:39:14 -0800
committerAndroid (Google) Code Review <android-gerrit@google.com>2012-12-13 12:39:14 -0800
commit35f43ff592434dd28c572a9330ea1b681c13f82f (patch)
treeeea36a9f098b54eef32bb9cd81468f2a130bf0ec /res
parentf86a12580bdbf6538d0284bd48f9afecfc0dfdda (diff)
parent23c72bfb18fb8caad09456beda9f7050cf3f140c (diff)
downloadandroid_packages_apps_Snap-35f43ff592434dd28c572a9330ea1b681c13f82f.tar.gz
android_packages_apps_Snap-35f43ff592434dd28c572a9330ea1b681c13f82f.tar.bz2
android_packages_apps_Snap-35f43ff592434dd28c572a9330ea1b681c13f82f.zip
Merge "Added K-Means clustering filter." into gb-ub-photos-bryce
Diffstat (limited to 'res')
-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 -->