summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorJohn Hoford <hoford@google.com>2013-07-30 14:40:18 -0700
committerJohn Hoford <hoford@google.com>2013-08-01 16:13:52 -0700
commit2f1ff6df511486b307ea8facbea8656015c93c20 (patch)
tree0a92fa8c6a4f3c212e3ca8e84f9540cc150b0abd /res
parent22c824de0d52f9f19398529fee14a3aeb41f04b0 (diff)
downloadandroid_packages_apps_Snap-2f1ff6df511486b307ea8facbea8656015c93c20.tar.gz
android_packages_apps_Snap-2f1ff6df511486b307ea8facbea8656015c93c20.tar.bz2
android_packages_apps_Snap-2f1ff6df511486b307ea8facbea8656015c93c20.zip
add Per Channel Saturation
Change-Id: Icfd24c817674b81ac9caecc2d73348dc7734f037
Diffstat (limited to 'res')
-rw-r--r--res/menu/filtershow_menu_chan_sat.xml43
-rw-r--r--res/values/filtershow_ids.xml1
-rw-r--r--res/values/filtershow_strings.xml15
3 files changed, 58 insertions, 1 deletions
diff --git a/res/menu/filtershow_menu_chan_sat.xml b/res/menu/filtershow_menu_chan_sat.xml
new file mode 100644
index 000000000..eae559d41
--- /dev/null
+++ b/res/menu/filtershow_menu_chan_sat.xml
@@ -0,0 +1,43 @@
+<!--
+ Copyright (C) 2013 The Android Open Source Project
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<menu xmlns:android="http://schemas.android.com/apk/res/android" >
+
+ <group android:id="@+id/grunge_popupmenu" >
+ <item
+ android:id="@+id/editor_chan_sat_main"
+ android:title="@string/editor_chan_sat_main"/>
+ <item
+ android:id="@+id/editor_chan_sat_red"
+ android:title="@string/editor_chan_sat_red"/>
+ <item
+ android:id="@+id/editor_chan_sat_yellow"
+ android:title="@string/editor_chan_sat_yellow"/>
+ <item
+ android:id="@+id/editor_chan_sat_green"
+ android:title="@string/editor_chan_sat_green"/>
+ <item
+ android:id="@+id/editor_chan_sat_cyan"
+ android:title="@string/editor_chan_sat_cyan"/>
+ <item
+ android:id="@+id/editor_chan_sat_blue"
+ android:title="@string/editor_chan_sat_blue"/>
+ <item
+ android:id="@+id/editor_chan_sat_magenta"
+ android:title="@string/editor_chan_sat_magenta"/>
+ </group>
+
+</menu> \ No newline at end of file
diff --git a/res/values/filtershow_ids.xml b/res/values/filtershow_ids.xml
index e57a0d559..b315d12d9 100644
--- a/res/values/filtershow_ids.xml
+++ b/res/values/filtershow_ids.xml
@@ -48,4 +48,5 @@
<item type="id" name="editorStraighten" />
<item type="id" name="editorParametric" />
<item type="id" name="editorGrad" />
+ <item type="id" name="editorChanSat" />
</resources>
diff --git a/res/values/filtershow_strings.xml b/res/values/filtershow_strings.xml
index a820871c6..68eca34f3 100644
--- a/res/values/filtershow_strings.xml
+++ b/res/values/filtershow_strings.xml
@@ -168,7 +168,20 @@
<string name="editor_grad_contrast">Contrast</string>
<!-- Label for the saturation effect [CHAR LIMIT=20] -->
<string name="editor_grad_saturation">Saturation</string>
-
+ <!-- Label for the Main or Master control for per channel saturation effect [CHAR LIMIT=20] -->
+ <string name="editor_chan_sat_main">Main</string>
+ <!-- Label for the red control for per channel saturation effect [CHAR LIMIT=20] -->
+ <string name="editor_chan_sat_red">Red</string>
+ <!-- Label for the yellow control for per channel saturation effect [CHAR LIMIT=20] -->
+ <string name="editor_chan_sat_yellow">Yellow</string>
+ <!-- Label for the green control for per channel saturation effect [CHAR LIMIT=20] -->
+ <string name="editor_chan_sat_green">Green</string>
+ <!-- Label for the cyan control for per channel saturation effect [CHAR LIMIT=20] -->
+ <string name="editor_chan_sat_cyan">Cyan</string>
+ <!-- Label for the blue control for per channel saturation effect [CHAR LIMIT=20] -->
+ <string name="editor_chan_sat_blue">Blue</string>
+ <!-- Label for the Magenta control for per channel saturation effect [CHAR LIMIT=20] -->
+ <string name="editor_chan_sat_magenta">Magenta</string>
<!-- Label for the image graduated filter effect [CHAR LIMIT=20] -->
<string name="editor_grad_style">Style</string>
<!-- Label for the image new grad layer [CHAR LIMIT=20] -->