summaryrefslogtreecommitdiffstats
path: root/res/layout/filtershow_control_action_slider.xml
diff options
context:
space:
mode:
authorJohn Hoford <hoford@google.com>2013-04-20 08:12:48 -0700
committerJohn Hoford <hoford@google.com>2013-04-23 19:19:09 -0700
commit7112720bc6100049d24845cfbf3de69cdbd4fdeb (patch)
tree631fffb310acf47c9eb4092bdecad1cee7d1ee77 /res/layout/filtershow_control_action_slider.xml
parent0c71308c9d2a72d4a3faf00242707de773d5beba (diff)
downloadandroid_packages_apps_Gallery2-7112720bc6100049d24845cfbf3de69cdbd4fdeb.tar.gz
android_packages_apps_Gallery2-7112720bc6100049d24845cfbf3de69cdbd4fdeb.tar.bz2
android_packages_apps_Gallery2-7112720bc6100049d24845cfbf3de69cdbd4fdeb.zip
Fix local adjust
bug:8655977 Change-Id: I0aa4ac30de077663f52418528757a842372e0fc2
Diffstat (limited to 'res/layout/filtershow_control_action_slider.xml')
-rw-r--r--res/layout/filtershow_control_action_slider.xml14
1 files changed, 13 insertions, 1 deletions
diff --git a/res/layout/filtershow_control_action_slider.xml b/res/layout/filtershow_control_action_slider.xml
index 734d7500b..a3ef3ed5d 100644
--- a/res/layout/filtershow_control_action_slider.xml
+++ b/res/layout/filtershow_control_action_slider.xml
@@ -22,7 +22,7 @@
android:orientation="horizontal" >
<ImageButton
- android:id="@+id/actionButton"
+ android:id="@+id/leftActionButton"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="left|center_vertical"
@@ -39,5 +39,17 @@
android:layout_gravity="center_vertical"
android:layout_weight="1"
style="@style/FilterShowSlider" />
+
+ <ImageButton
+ android:id="@+id/rightActionButton"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_gravity="left|center_vertical"
+ android:scaleType="centerInside"
+ android:layout_weight="0"
+ android:background="@drawable/filtershow_button_background"
+ android:src="@drawable/ic_menu_trash_holo_light"
+ android:paddingBottom="8dp" />
+
</LinearLayout>