summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Hoford <hoford@google.com>2013-02-20 17:50:42 -0800
committerJohn Hoford <hoford@google.com>2013-02-21 11:24:47 -0800
commitf72cda8e943fb68c80f2f5f5e34b8d97b42b6364 (patch)
tree68631de2c1903a2a25378d1ddadfaa3a6fc81923
parentbceb3b00240f41467779b5255d321d16a45e6ab5 (diff)
downloadandroid_packages_apps_Snap-f72cda8e943fb68c80f2f5f5e34b8d97b42b6364.tar.gz
android_packages_apps_Snap-f72cda8e943fb68c80f2f5f5e34b8d97b42b6364.tar.bz2
android_packages_apps_Snap-f72cda8e943fb68c80f2f5f5e34b8d97b42b6364.zip
add highlight filter
Change-Id: I2e59e09fbc80172b9dfe27b3ce8ff2f1e24c5872
-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 ba318345b..28e78166d 100644
--- a/res/values/filtershow_ids.xml
+++ b/res/values/filtershow_ids.xml
@@ -28,6 +28,7 @@
<item type="id" name="hueButton" />
<item type="id" name="exposureButton" />
<item type="id" name="shadowRecoveryButton" />
+ <item type="id" name="highlightRecoveryButton" />
<item type="id" name="sharpenButton" />
<item type="id" name="curvesButtonRGB" />
<item type="id" name="negativeButton" />
diff --git a/res/values/filtershow_strings.xml b/res/values/filtershow_strings.xml
index 66fb3902d..a845c3482 100644
--- a/res/values/filtershow_strings.xml
+++ b/res/values/filtershow_strings.xml
@@ -115,6 +115,8 @@
<string name="hue">Hue</string>
<!-- Label for the image shadow recovery (lightens/darkens shadows) filter button [CHAR LIMIT=10] -->
<string name="shadow_recovery">Shadows</string>
+ <!-- Label for the image highlights recovery (lightens/darkens bright regions) filter button [CHAR LIMIT=15] -->
+ <string name="highlight_recovery">Highlights</string>
<!-- Label for the image curves filter button [CHAR LIMIT=10] -->
<string name="curvesRGB">Curves</string>
<!-- Label for the image vignette filter (darkens photo around edges) button [CHAR LIMIT=10] -->