summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorJohn Hoford <hoford@google.com>2013-05-16 12:55:21 -0700
committerJohn Hoford <hoford@google.com>2013-05-16 12:59:49 -0700
commitae4b048b401e728240feba782bf41b82be047ea0 (patch)
tree9fb0e5b71bd8265f7b8255cbea0193a48f004aea /res
parent94c6f5e5c7a36c3d77fe811505e4d6da75955f92 (diff)
downloadandroid_packages_apps_Snap-ae4b048b401e728240feba782bf41b82be047ea0.tar.gz
android_packages_apps_Snap-ae4b048b401e728240feba782bf41b82be047ea0.tar.bz2
android_packages_apps_Snap-ae4b048b401e728240feba782bf41b82be047ea0.zip
change edit icon
bug:8988179 Change-Id: I57516d154e56cd694f8e76bc38774bdf7f9e5df0
Diffstat (limited to 'res')
-rw-r--r--res/drawable-hdpi/ic_menu_edit_holo_dark.pngbin0 -> 1677 bytes
-rw-r--r--res/drawable-mdpi/ic_menu_edit_holo_dark.pngbin0 -> 1136 bytes
-rw-r--r--res/drawable-xhdpi/ic_menu_edit_holo_dark.pngbin0 -> 2303 bytes
-rw-r--r--res/layout/photopage_bottom_controls.xml2
4 files changed, 1 insertions, 1 deletions
diff --git a/res/drawable-hdpi/ic_menu_edit_holo_dark.png b/res/drawable-hdpi/ic_menu_edit_holo_dark.png
new file mode 100644
index 000000000..54952f5d3
--- /dev/null
+++ b/res/drawable-hdpi/ic_menu_edit_holo_dark.png
Binary files differ
diff --git a/res/drawable-mdpi/ic_menu_edit_holo_dark.png b/res/drawable-mdpi/ic_menu_edit_holo_dark.png
new file mode 100644
index 000000000..ca9188e18
--- /dev/null
+++ b/res/drawable-mdpi/ic_menu_edit_holo_dark.png
Binary files differ
diff --git a/res/drawable-xhdpi/ic_menu_edit_holo_dark.png b/res/drawable-xhdpi/ic_menu_edit_holo_dark.png
new file mode 100644
index 000000000..65e72c1e2
--- /dev/null
+++ b/res/drawable-xhdpi/ic_menu_edit_holo_dark.png
Binary files differ
diff --git a/res/layout/photopage_bottom_controls.xml b/res/layout/photopage_bottom_controls.xml
index 8fe594d7c..f3226e68c 100644
--- a/res/layout/photopage_bottom_controls.xml
+++ b/res/layout/photopage_bottom_controls.xml
@@ -10,7 +10,7 @@
android:visibility="gone">
<ImageButton
android:id="@+id/photopage_bottom_control_edit"
- android:src="@drawable/ic_photoeditor_effects"
+ android:src="@drawable/ic_menu_edit_holo_dark"
android:background="@drawable/photopage_bottom_button_background"
android:layout_width="wrap_content"
android:layout_height="wrap_content"