summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorRuben Brunk <rubenbrunk@google.com>2012-12-13 21:23:38 -0800
committerRuben Brunk <rubenbrunk@google.com>2012-12-13 23:13:04 -0800
commitad371854c2371dcb0bdf91acdba328efc10b843d (patch)
tree4cfcbee4d08c1eed1310c2ce41021de038346e5e /res/values
parent6be0072b65e412c84c7e7f194b42b5cbc20e85f1 (diff)
downloadandroid_packages_apps_Snap-ad371854c2371dcb0bdf91acdba328efc10b843d.tar.gz
android_packages_apps_Snap-ad371854c2371dcb0bdf91acdba328efc10b843d.tar.bz2
android_packages_apps_Snap-ad371854c2371dcb0bdf91acdba328efc10b843d.zip
Added downsampling filter.
Bug: 7690079 Change-Id: I235524127da848b1cbcca159cec43d1e0dcb5bf2
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 7b18d2d0a..2a2a795b0 100644
--- a/res/values/filtershow_ids.xml
+++ b/res/values/filtershow_ids.xml
@@ -33,4 +33,5 @@
<item type="id" name="negativeButton" />
<item type="id" name="edgeButton" />
<item type="id" name="kmeansButton" />
+ <item type="id" name="downsampleButton" />
</resources>
diff --git a/res/values/filtershow_strings.xml b/res/values/filtershow_strings.xml
index 526982f8f..9d4bf95f9 100644
--- a/res/values/filtershow_strings.xml
+++ b/res/values/filtershow_strings.xml
@@ -140,6 +140,8 @@
<!-- 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>
+ <!-- Label for the image downsampling effect (makes image smaller) [CHAR LIMIT=10] -->
+ <string name="downsample">Downsample</string>
<!-- Labels for the curves tool -->