diff options
Diffstat (limited to 'res')
-rw-r--r-- | res/layout/filtershow_editor_panel.xml | 3 |
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 |