summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorJohn Hoford <hoford@google.com>2012-12-28 15:45:57 -0800
committerJohn Hoford <hoford@google.com>2013-01-08 16:17:40 -0800
commita6ce4c00033c3c8484be5f562ba5cb8d8704156a (patch)
tree3bd6f357ac136fc96a32dacceff8805afab40952 /res/values
parent4c7aa9fe20d1035fc10334a6feb2bc5bd97c28b7 (diff)
downloadandroid_packages_apps_Snap-a6ce4c00033c3c8484be5f562ba5cb8d8704156a.tar.gz
android_packages_apps_Snap-a6ce4c00033c3c8484be5f562ba5cb8d8704156a.tar.bz2
android_packages_apps_Snap-a6ce4c00033c3c8484be5f562ba5cb8d8704156a.zip
Add the Drama filter
Change-Id: I6f026f899b9d991bd6f9e74445f68114041fe781
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 0a9468951..85699728d 100644
--- a/res/values/filtershow_ids.xml
+++ b/res/values/filtershow_ids.xml
@@ -29,6 +29,7 @@
<item type="id" name="exposureButton" />
<item type="id" name="shadowRecoveryButton" />
<item type="id" name="sharpenButton" />
+ <item type="id" name="dramaButton" />
<item type="id" name="curvesButtonRGB" />
<item type="id" name="negativeButton" />
<item type="id" name="edgeButton" />
diff --git a/res/values/filtershow_strings.xml b/res/values/filtershow_strings.xml
index 7f96824be..d19c15ab3 100644
--- a/res/values/filtershow_strings.xml
+++ b/res/values/filtershow_strings.xml
@@ -103,6 +103,8 @@
<string name="exposure" msgid="1229093066434614811">Exposure</string>
<!-- Label for the image sharpness (clarity, distinctness) filter button [CHAR LIMIT=10] -->
<string name="sharpness">Sharpness</string>
+ <!-- Label for the image Drama (striking, sensational) filter button [CHAR LIMIT=10] -->
+ <string name="drama">Drama</string>
<!-- Label for the image contrast (color difference) filter button [CHAR LIMIT=10] -->
<string name="contrast">Contrast</string>
<!-- Label for the image vibrance (strengthens colors) filter button [CHAR LIMIT=10] -->