From 25c949fc3219f17ad403383e3db8a6a4d75b454e Mon Sep 17 00:00:00 2001 From: Bobby Georgescu Date: Wed, 10 Oct 2012 17:30:45 -0700 Subject: Change "Save" button in editor Bug: Change-Id: Ib395812e0eeb83f6d6089142ba8474bf43cd186a --- res/drawable-hdpi/ic_menu_savephoto.png | Bin 0 -> 1762 bytes res/drawable-mdpi/ic_menu_savephoto.png | Bin 0 -> 1273 bytes res/drawable-xhdpi/ic_menu_savephoto.png | Bin 0 -> 2429 bytes res/layout/filtershow_actionbar.xml | 2 +- 4 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 res/drawable-hdpi/ic_menu_savephoto.png create mode 100644 res/drawable-mdpi/ic_menu_savephoto.png create mode 100644 res/drawable-xhdpi/ic_menu_savephoto.png diff --git a/res/drawable-hdpi/ic_menu_savephoto.png b/res/drawable-hdpi/ic_menu_savephoto.png new file mode 100644 index 000000000..0c0309f0e Binary files /dev/null and b/res/drawable-hdpi/ic_menu_savephoto.png differ diff --git a/res/drawable-mdpi/ic_menu_savephoto.png b/res/drawable-mdpi/ic_menu_savephoto.png new file mode 100644 index 000000000..b1dd52abb Binary files /dev/null and b/res/drawable-mdpi/ic_menu_savephoto.png differ diff --git a/res/drawable-xhdpi/ic_menu_savephoto.png b/res/drawable-xhdpi/ic_menu_savephoto.png new file mode 100644 index 000000000..4b1210a11 Binary files /dev/null and b/res/drawable-xhdpi/ic_menu_savephoto.png differ diff --git a/res/layout/filtershow_actionbar.xml b/res/layout/filtershow_actionbar.xml index 6aea8c6f6..20e366467 100644 --- a/res/layout/filtershow_actionbar.xml +++ b/res/layout/filtershow_actionbar.xml @@ -22,4 +22,4 @@ android:text="@string/save" android:gravity="center_vertical" android:textSize="18dip" - android:drawableLeft="?android:attr/actionModeCloseDrawable" /> \ No newline at end of file + android:drawableLeft="@drawable/ic_menu_savephoto" /> \ No newline at end of file -- cgit v1.2.3