summaryrefslogtreecommitdiffstats
path: root/res/layout/filtershow_opacity.xml
diff options
context:
space:
mode:
authorJohn Hoford <hoford@google.com>2013-08-05 15:07:14 -0700
committerJohn Hoford <hoford@google.com>2013-08-09 18:00:36 -0700
commit0786afd7628be6668a2658290ec07785fbc64921 (patch)
treecdae4b240f8eb0da1e92c3a3b31fbdcb4a373c5a /res/layout/filtershow_opacity.xml
parent9071438baef1705413c756132493f148e19ae046 (diff)
downloadandroid_packages_apps_Gallery2-0786afd7628be6668a2658290ec07785fbc64921.tar.gz
android_packages_apps_Gallery2-0786afd7628be6668a2658290ec07785fbc64921.tar.bz2
android_packages_apps_Gallery2-0786afd7628be6668a2658290ec07785fbc64921.zip
fix draw part 2
Change-Id: Ib508cf5fd75403e5a36168255bf3613526436428
Diffstat (limited to 'res/layout/filtershow_opacity.xml')
-rw-r--r--res/layout/filtershow_opacity.xml31
1 files changed, 31 insertions, 0 deletions
diff --git a/res/layout/filtershow_opacity.xml b/res/layout/filtershow_opacity.xml
new file mode 100644
index 000000000..8bdc429a9
--- /dev/null
+++ b/res/layout/filtershow_opacity.xml
@@ -0,0 +1,31 @@
+<?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.
+-->
+
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:id="@+id/top"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:orientation="vertical"
+ android:visibility="visible" >
+
+ <com.android.gallery3d.filtershow.colorpicker.ColorOpacityView
+ android:id="@+id/opacityView"
+ android:layout_width="match_parent"
+ android:layout_height="90dp"
+ android:layout_above="@+id/btnSelect" />
+
+</LinearLayout>