summaryrefslogtreecommitdiffstats
path: root/res/layout/filtershow_control_style_chooser.xml
diff options
context:
space:
mode:
authorJohn Hoford <hoford@google.com>2013-04-08 19:32:45 -0700
committerJohn Hoford <hoford@google.com>2013-04-08 19:48:35 -0700
commit96f739af12ccb08351dc548d6851fd9bd9cdbcd1 (patch)
treefd80ce34113c5a56dfa3fd092b91275070314881 /res/layout/filtershow_control_style_chooser.xml
parent782dc556aefabcc4b9c9cbc3c3593fbb0bfa8aae (diff)
downloadandroid_packages_apps_Snap-96f739af12ccb08351dc548d6851fd9bd9cdbcd1.tar.gz
android_packages_apps_Snap-96f739af12ccb08351dc548d6851fd9bd9cdbcd1.tar.bz2
android_packages_apps_Snap-96f739af12ccb08351dc548d6851fd9bd9cdbcd1.zip
make basic editor based on ParametricEditor
Change-Id: Ie0a799d7e85f4e21fdd86ffbdca9814a3cc40c61
Diffstat (limited to 'res/layout/filtershow_control_style_chooser.xml')
-rw-r--r--res/layout/filtershow_control_style_chooser.xml38
1 files changed, 38 insertions, 0 deletions
diff --git a/res/layout/filtershow_control_style_chooser.xml b/res/layout/filtershow_control_style_chooser.xml
new file mode 100644
index 000000000..4353b0b1f
--- /dev/null
+++ b/res/layout/filtershow_control_style_chooser.xml
@@ -0,0 +1,38 @@
+<?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"
+ xmlns:app="http://schemas.android.com/apk/res/com.example.imagefilterharness"
+ android:layout_width="match_parent"
+ android:layout_height="150dp"
+ android:orientation="horizontal" >
+ <HorizontalScrollView
+ android:id="@+id/scrollList"
+ android:layout_width="match_parent"
+ android:layout_height="@dimen/thumbnail_size"
+ android:scrollbars="none" >
+
+ <LinearLayout
+ android:id="@+id/listStyles"
+ android:layout_width="wrap_content"
+ android:layout_height="match_parent"
+ android:layout_marginLeft="@dimen/thumbnail_margin"
+ android:orientation="horizontal" >
+ </LinearLayout>
+ </HorizontalScrollView>
+</LinearLayout>
+