OSDN Git Service

Change "Save" button in editor
authorBobby Georgescu <georgescu@google.com>
Thu, 11 Oct 2012 00:30:45 +0000 (17:30 -0700)
committerBobby Georgescu <georgescu@google.com>
Thu, 11 Oct 2012 00:30:45 +0000 (17:30 -0700)
Bug:
Change-Id: Ib395812e0eeb83f6d6089142ba8474bf43cd186a

res/drawable-hdpi/ic_menu_savephoto.png [new file with mode: 0644]
res/drawable-mdpi/ic_menu_savephoto.png [new file with mode: 0644]
res/drawable-xhdpi/ic_menu_savephoto.png [new file with mode: 0644]
res/layout/filtershow_actionbar.xml

diff --git a/res/drawable-hdpi/ic_menu_savephoto.png b/res/drawable-hdpi/ic_menu_savephoto.png
new file mode 100644 (file)
index 0000000..0c0309f
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 (file)
index 0000000..b1dd52a
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 (file)
index 0000000..4b1210a
Binary files /dev/null and b/res/drawable-xhdpi/ic_menu_savephoto.png differ
index 6aea8c6..20e3664 100644 (file)
@@ -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