summaryrefslogtreecommitdiffstats
path: root/res/layout/filtershow_default_editor.xml
diff options
context:
space:
mode:
authorJohn Hoford <hoford@google.com>2013-03-11 11:10:22 -0700
committerJohn Hoford <hoford@google.com>2013-03-11 14:22:57 -0700
commit7c1bb24f0b7d240acee416dcb222b61830382dc8 (patch)
treef1ac7ebf3703c19d13acae8851fb6ae62a441629 /res/layout/filtershow_default_editor.xml
parent8124706f162f15238e92ca72e7fcf18c12d32eda (diff)
downloadandroid_packages_apps_Snap-7c1bb24f0b7d240acee416dcb222b61830382dc8.tar.gz
android_packages_apps_Snap-7c1bb24f0b7d240acee416dcb222b61830382dc8.tar.bz2
android_packages_apps_Snap-7c1bb24f0b7d240acee416dcb222b61830382dc8.zip
refactoring to make Editor classes do more
Change-Id: Id0885929cf3a9410bd0e5d3bf96eb99e8c7e1cf9
Diffstat (limited to 'res/layout/filtershow_default_editor.xml')
-rw-r--r--res/layout/filtershow_default_editor.xml16
1 files changed, 0 insertions, 16 deletions
diff --git a/res/layout/filtershow_default_editor.xml b/res/layout/filtershow_default_editor.xml
index 9f25529e1..b261ea35f 100644
--- a/res/layout/filtershow_default_editor.xml
+++ b/res/layout/filtershow_default_editor.xml
@@ -27,20 +27,4 @@
android:layout_width="match_parent"
android:layout_height="wrap_content" />
- <com.android.gallery3d.filtershow.CenteredLinearLayout
- xmlns:custom="http://schemas.android.com/apk/res/com.android.gallery3d"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_gravity="center_horizontal|bottom"
- android:background="@android:color/transparent"
- custom:max_width="600dip"
- android:orientation="vertical">
-
- <SeekBar
- android:id="@+id/filterSeekBar"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_gravity="bottom"
- android:padding="16dip"/>
- </com.android.gallery3d.filtershow.CenteredLinearLayout>
</FrameLayout> \ No newline at end of file