summaryrefslogtreecommitdiffstats
path: root/res/layout/filtershow_curves_button.xml
diff options
context:
space:
mode:
authornicolasroard <nicolasroard@google.com>2013-01-07 19:43:14 -0800
committernicolasroard <nicolasroard@google.com>2013-01-08 11:14:48 -0800
commitfd775153d472ea9952a6d648bde88324c3428cc9 (patch)
tree5a3cf59aa4188c9d4eca28165992f7b6c99a200d /res/layout/filtershow_curves_button.xml
parentd2f3995f22bfe02d6e927f660202bb0b2f89ac82 (diff)
downloadandroid_packages_apps_Snap-fd775153d472ea9952a6d648bde88324c3428cc9.tar.gz
android_packages_apps_Snap-fd775153d472ea9952a6d648bde88324c3428cc9.tar.bz2
android_packages_apps_Snap-fd775153d472ea9952a6d648bde88324c3428cc9.zip
Refactoring UI editors
bug:7688780 Change-Id: I30f8691788332a01d591435474a84cc352b71138
Diffstat (limited to 'res/layout/filtershow_curves_button.xml')
-rw-r--r--res/layout/filtershow_curves_button.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/res/layout/filtershow_curves_button.xml b/res/layout/filtershow_curves_button.xml
new file mode 100644
index 000000000..31e8aedca
--- /dev/null
+++ b/res/layout/filtershow_curves_button.xml
@@ -0,0 +1,27 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!--
+ 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.
+-->
+
+<com.android.gallery3d.filtershow.ui.FramedTextButton
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/curvesUtilityButton"
+ android:layout_width="84dip"
+ android:layout_height="84dip"
+ android:layout_gravity="center_vertical|left"
+ android:background="@drawable/filtershow_button_background"
+ android:scaleType="centerInside"
+ android:visibility="gone"
+ android:text="@string/curves_channel_rgb" />