From f4b33414832386cb0f8afcded431c31b7c2e8691 Mon Sep 17 00:00:00 2001 From: Doris Liu Date: Tue, 16 Oct 2012 10:27:58 -0700 Subject: Update save button in photo editor Bug: 7346315 Change-Id: I64e663b3a12c19db280855282722883f6866176e --- res/layout/filtershow_actionbar.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'res') diff --git a/res/layout/filtershow_actionbar.xml b/res/layout/filtershow_actionbar.xml index 9969cc79d..93c8c595d 100644 --- a/res/layout/filtershow_actionbar.xml +++ b/res/layout/filtershow_actionbar.xml @@ -19,8 +19,9 @@ android:layout_height="match_parent" android:background="@drawable/filtershow_button_background" android:id="@+id/filtershow_done" + android:textAllCaps="true" android:text="@string/save" android:gravity="center_vertical" - android:textSize="18dip" + android:textSize="14sp" android:drawableLeft="@drawable/ic_menu_savephoto" - android:drawablePadding="4dip" /> \ No newline at end of file + android:drawablePadding="8dip" /> \ No newline at end of file -- cgit v1.2.3