summaryrefslogtreecommitdiffstats
path: root/res/values/filtershow_ids.xml
diff options
context:
space:
mode:
authornicolasroard <nicolasroard@google.com>2012-12-06 17:55:34 -0800
committernicolasroard <nicolasroard@google.com>2012-12-06 18:33:43 -0800
commit46c6bbbf57d6bf271237bcbb7192dd3ee9a79368 (patch)
tree5460240c00a56701eb85210b13322d197e5d5ef6 /res/values/filtershow_ids.xml
parenta3fb5bacfa6d16766a8d7718eb7817bc7f2ba5ad (diff)
downloadandroid_packages_apps_Snap-46c6bbbf57d6bf271237bcbb7192dd3ee9a79368.tar.gz
android_packages_apps_Snap-46c6bbbf57d6bf271237bcbb7192dd3ee9a79368.tar.bz2
android_packages_apps_Snap-46c6bbbf57d6bf271237bcbb7192dd3ee9a79368.zip
Refactor filters to simplify their creation/addition
Bug:7688780 Change-Id: I9e1bb860dc9150bed4a255118654f2ca7f1ec3f0
Diffstat (limited to 'res/values/filtershow_ids.xml')
-rw-r--r--res/values/filtershow_ids.xml33
1 files changed, 33 insertions, 0 deletions
diff --git a/res/values/filtershow_ids.xml b/res/values/filtershow_ids.xml
new file mode 100644
index 000000000..502d2f8cb
--- /dev/null
+++ b/res/values/filtershow_ids.xml
@@ -0,0 +1,33 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+/*
+* Copyright (C) 2012 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.
+*/
+-->
+<resources>
+ <!-- Buttons ids for the filters -->
+ <item type="id" name="tinyplanetButton" />
+ <item type="id" name="vignetteButton" />
+ <item type="id" name="vibranceButton" />
+ <item type="id" name="contrastButton" />
+ <item type="id" name="saturationButton" />
+ <item type="id" name="bwfilterButton" />
+ <item type="id" name="wbalanceButton" />
+ <item type="id" name="hueButton" />
+ <item type="id" name="exposureButton" />
+ <item type="id" name="shadowRecoveryButton" />
+ <item type="id" name="sharpenButton" />
+ <item type="id" name="curvesButtonRGB" />
+</resources>