summaryrefslogtreecommitdiffstats
path: root/res/layout
diff options
context:
space:
mode:
authornicolasroard <nicolasroard@google.com>2013-04-09 15:29:35 -0700
committernicolasroard <nicolasroard@google.com>2013-04-09 15:32:32 -0700
commit2ff0e04ddcf770a782f94ddee936a1c205e1f322 (patch)
tree67e3e0085163ac8803b3bfabd9e2ca1d5330ca0d /res/layout
parenta4ff177637432e9f1e5eeb29b9c5dc6bb2949b2a (diff)
downloadandroid_packages_apps_Gallery2-2ff0e04ddcf770a782f94ddee936a1c205e1f322.tar.gz
android_packages_apps_Gallery2-2ff0e04ddcf770a782f94ddee936a1c205e1f322.tar.bz2
android_packages_apps_Gallery2-2ff0e04ddcf770a782f94ddee936a1c205e1f322.zip
Implements swipe in editor menu
Change-Id: I5871da89d2e911d5b6663cdee8dc660ab0777393
Diffstat (limited to 'res/layout')
-rw-r--r--res/layout/filtershow_editor_panel.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/layout/filtershow_editor_panel.xml b/res/layout/filtershow_editor_panel.xml
index e4bcfc805..6822d987b 100644
--- a/res/layout/filtershow_editor_panel.xml
+++ b/res/layout/filtershow_editor_panel.xml
@@ -76,7 +76,7 @@
android:orientation="horizontal"
android:visibility="visible" >
- <Button
+ <com.android.gallery3d.filtershow.editors.SwapButton
android:id="@+id/applyEffect"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
@@ -86,6 +86,7 @@
android:text="@string/apply_effect"
android:textSize="18dip"
android:drawableRight="@drawable/filtershow_menu_marker"/>
+
</LinearLayout>
<ImageView