From 55e26859a9255d617b6b9b2e72fb2c077831ca0e Mon Sep 17 00:00:00 2001 From: Doris Liu Date: Thu, 11 Oct 2012 14:51:13 -0700 Subject: Add more space between save icon and text Bug: 7333278 Change-Id: Ief263b9cecc3448b85d00c0e5fc05e8b80cc9bdd --- res/layout/filtershow_actionbar.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/res/layout/filtershow_actionbar.xml b/res/layout/filtershow_actionbar.xml index 20e366467..9969cc79d 100644 --- a/res/layout/filtershow_actionbar.xml +++ b/res/layout/filtershow_actionbar.xml @@ -22,4 +22,5 @@ android:text="@string/save" android:gravity="center_vertical" android:textSize="18dip" - android:drawableLeft="@drawable/ic_menu_savephoto" /> \ No newline at end of file + android:drawableLeft="@drawable/ic_menu_savephoto" + android:drawablePadding="4dip" /> \ No newline at end of file -- cgit v1.2.3