From 0c998d41da2dafeacd75ab4d71dc37eaf2dfc074 Mon Sep 17 00:00:00 2001 From: Jin Cao Date: Wed, 13 Aug 2014 16:46:39 -0700 Subject: Remove duplicate resources ic_menu_cancel and ic_cancel are the same thing. Also renamed ic_cancel into a generic name. Change-Id: I2510335bb1abc417d650c50d581e071928941971 --- res/drawable-hdpi/ic_attach_cancel.png | Bin 705 -> 0 bytes res/drawable-hdpi/ic_cancel_wht.png | Bin 0 -> 705 bytes res/drawable-hdpi/ic_menu_cancel_holo_light.png | Bin 744 -> 0 bytes res/drawable-mdpi/ic_attach_cancel.png | Bin 642 -> 0 bytes res/drawable-mdpi/ic_cancel_wht.png | Bin 0 -> 642 bytes res/drawable-mdpi/ic_menu_cancel_holo_light.png | Bin 660 -> 0 bytes res/drawable-xhdpi/ic_attach_cancel.png | Bin 950 -> 0 bytes res/drawable-xhdpi/ic_cancel_wht.png | Bin 0 -> 950 bytes res/drawable-xhdpi/ic_menu_cancel_holo_light.png | Bin 1016 -> 0 bytes res/drawable-xxhdpi/ic_attach_cancel.png | Bin 1586 -> 0 bytes res/drawable-xxhdpi/ic_cancel_wht.png | Bin 0 -> 1586 bytes res/drawable-xxhdpi/ic_menu_cancel_holo_light.png | Bin 1592 -> 0 bytes res/layout/compose_attachment_tile.xml | 2 +- res/layout/vacation_responder_custom_action_bar.xml | 2 +- res/menu/vacation_responder_menu.xml | 2 +- 15 files changed, 3 insertions(+), 3 deletions(-) delete mode 100644 res/drawable-hdpi/ic_attach_cancel.png create mode 100644 res/drawable-hdpi/ic_cancel_wht.png delete mode 100644 res/drawable-hdpi/ic_menu_cancel_holo_light.png delete mode 100644 res/drawable-mdpi/ic_attach_cancel.png create mode 100644 res/drawable-mdpi/ic_cancel_wht.png delete mode 100644 res/drawable-mdpi/ic_menu_cancel_holo_light.png delete mode 100644 res/drawable-xhdpi/ic_attach_cancel.png create mode 100644 res/drawable-xhdpi/ic_cancel_wht.png delete mode 100644 res/drawable-xhdpi/ic_menu_cancel_holo_light.png delete mode 100644 res/drawable-xxhdpi/ic_attach_cancel.png create mode 100644 res/drawable-xxhdpi/ic_cancel_wht.png delete mode 100644 res/drawable-xxhdpi/ic_menu_cancel_holo_light.png (limited to 'res') diff --git a/res/drawable-hdpi/ic_attach_cancel.png b/res/drawable-hdpi/ic_attach_cancel.png deleted file mode 100644 index 1ddb836d9..000000000 Binary files a/res/drawable-hdpi/ic_attach_cancel.png and /dev/null differ diff --git a/res/drawable-hdpi/ic_cancel_wht.png b/res/drawable-hdpi/ic_cancel_wht.png new file mode 100644 index 000000000..1ddb836d9 Binary files /dev/null and b/res/drawable-hdpi/ic_cancel_wht.png differ diff --git a/res/drawable-hdpi/ic_menu_cancel_holo_light.png b/res/drawable-hdpi/ic_menu_cancel_holo_light.png deleted file mode 100644 index 3e080e855..000000000 Binary files a/res/drawable-hdpi/ic_menu_cancel_holo_light.png and /dev/null differ diff --git a/res/drawable-mdpi/ic_attach_cancel.png b/res/drawable-mdpi/ic_attach_cancel.png deleted file mode 100644 index 10cf3cf66..000000000 Binary files a/res/drawable-mdpi/ic_attach_cancel.png and /dev/null differ diff --git a/res/drawable-mdpi/ic_cancel_wht.png b/res/drawable-mdpi/ic_cancel_wht.png new file mode 100644 index 000000000..10cf3cf66 Binary files /dev/null and b/res/drawable-mdpi/ic_cancel_wht.png differ diff --git a/res/drawable-mdpi/ic_menu_cancel_holo_light.png b/res/drawable-mdpi/ic_menu_cancel_holo_light.png deleted file mode 100644 index 7cad8c157..000000000 Binary files a/res/drawable-mdpi/ic_menu_cancel_holo_light.png and /dev/null differ diff --git a/res/drawable-xhdpi/ic_attach_cancel.png b/res/drawable-xhdpi/ic_attach_cancel.png deleted file mode 100644 index 315a7a612..000000000 Binary files a/res/drawable-xhdpi/ic_attach_cancel.png and /dev/null differ diff --git a/res/drawable-xhdpi/ic_cancel_wht.png b/res/drawable-xhdpi/ic_cancel_wht.png new file mode 100644 index 000000000..315a7a612 Binary files /dev/null and b/res/drawable-xhdpi/ic_cancel_wht.png differ diff --git a/res/drawable-xhdpi/ic_menu_cancel_holo_light.png b/res/drawable-xhdpi/ic_menu_cancel_holo_light.png deleted file mode 100644 index 4169aee26..000000000 Binary files a/res/drawable-xhdpi/ic_menu_cancel_holo_light.png and /dev/null differ diff --git a/res/drawable-xxhdpi/ic_attach_cancel.png b/res/drawable-xxhdpi/ic_attach_cancel.png deleted file mode 100644 index 4e8e5ddc7..000000000 Binary files a/res/drawable-xxhdpi/ic_attach_cancel.png and /dev/null differ diff --git a/res/drawable-xxhdpi/ic_cancel_wht.png b/res/drawable-xxhdpi/ic_cancel_wht.png new file mode 100644 index 000000000..4e8e5ddc7 Binary files /dev/null and b/res/drawable-xxhdpi/ic_cancel_wht.png differ diff --git a/res/drawable-xxhdpi/ic_menu_cancel_holo_light.png b/res/drawable-xxhdpi/ic_menu_cancel_holo_light.png deleted file mode 100644 index cc259a78d..000000000 Binary files a/res/drawable-xxhdpi/ic_menu_cancel_holo_light.png and /dev/null differ diff --git a/res/layout/compose_attachment_tile.xml b/res/layout/compose_attachment_tile.xml index 14a68ce5e..f3496f83e 100644 --- a/res/layout/compose_attachment_tile.xml +++ b/res/layout/compose_attachment_tile.xml @@ -72,7 +72,7 @@