summaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authorJin Cao <jinyan@google.com>2014-08-13 16:46:39 -0700
committerJin Cao <jinyan@google.com>2014-08-13 16:52:40 -0700
commit0c998d41da2dafeacd75ab4d71dc37eaf2dfc074 (patch)
treec6aaa4b5a18517097b1ae901a8eca2b21cfc703c /res
parent15823fa4573dc598986aefc7ea04667d9422fddd (diff)
downloadandroid_packages_apps_UnifiedEmail-0c998d41da2dafeacd75ab4d71dc37eaf2dfc074.tar.gz
android_packages_apps_UnifiedEmail-0c998d41da2dafeacd75ab4d71dc37eaf2dfc074.tar.bz2
android_packages_apps_UnifiedEmail-0c998d41da2dafeacd75ab4d71dc37eaf2dfc074.zip
Remove duplicate resources
ic_menu_cancel and ic_cancel are the same thing. Also renamed ic_cancel into a generic name. Change-Id: I2510335bb1abc417d650c50d581e071928941971
Diffstat (limited to 'res')
-rw-r--r--res/drawable-hdpi/ic_cancel_wht.png (renamed from res/drawable-hdpi/ic_attach_cancel.png)bin705 -> 705 bytes
-rw-r--r--res/drawable-hdpi/ic_menu_cancel_holo_light.pngbin744 -> 0 bytes
-rw-r--r--res/drawable-mdpi/ic_cancel_wht.png (renamed from res/drawable-mdpi/ic_attach_cancel.png)bin642 -> 642 bytes
-rw-r--r--res/drawable-mdpi/ic_menu_cancel_holo_light.pngbin660 -> 0 bytes
-rw-r--r--res/drawable-xhdpi/ic_cancel_wht.png (renamed from res/drawable-xhdpi/ic_attach_cancel.png)bin950 -> 950 bytes
-rw-r--r--res/drawable-xhdpi/ic_menu_cancel_holo_light.pngbin1016 -> 0 bytes
-rw-r--r--res/drawable-xxhdpi/ic_cancel_wht.png (renamed from res/drawable-xxhdpi/ic_attach_cancel.png)bin1586 -> 1586 bytes
-rw-r--r--res/drawable-xxhdpi/ic_menu_cancel_holo_light.pngbin1592 -> 0 bytes
-rw-r--r--res/layout/compose_attachment_tile.xml2
-rw-r--r--res/layout/vacation_responder_custom_action_bar.xml2
-rw-r--r--res/menu/vacation_responder_menu.xml2
11 files changed, 3 insertions, 3 deletions
diff --git a/res/drawable-hdpi/ic_attach_cancel.png b/res/drawable-hdpi/ic_cancel_wht.png
index 1ddb836d9..1ddb836d9 100644
--- a/res/drawable-hdpi/ic_attach_cancel.png
+++ b/res/drawable-hdpi/ic_cancel_wht.png
Binary files 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
--- a/res/drawable-hdpi/ic_menu_cancel_holo_light.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-mdpi/ic_attach_cancel.png b/res/drawable-mdpi/ic_cancel_wht.png
index 10cf3cf66..10cf3cf66 100644
--- a/res/drawable-mdpi/ic_attach_cancel.png
+++ b/res/drawable-mdpi/ic_cancel_wht.png
Binary files 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
--- a/res/drawable-mdpi/ic_menu_cancel_holo_light.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-xhdpi/ic_attach_cancel.png b/res/drawable-xhdpi/ic_cancel_wht.png
index 315a7a612..315a7a612 100644
--- a/res/drawable-xhdpi/ic_attach_cancel.png
+++ b/res/drawable-xhdpi/ic_cancel_wht.png
Binary files 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
--- a/res/drawable-xhdpi/ic_menu_cancel_holo_light.png
+++ /dev/null
Binary files differ
diff --git a/res/drawable-xxhdpi/ic_attach_cancel.png b/res/drawable-xxhdpi/ic_cancel_wht.png
index 4e8e5ddc7..4e8e5ddc7 100644
--- a/res/drawable-xxhdpi/ic_attach_cancel.png
+++ b/res/drawable-xxhdpi/ic_cancel_wht.png
Binary files 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
--- a/res/drawable-xxhdpi/ic_menu_cancel_holo_light.png
+++ /dev/null
Binary files 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 @@
<ImageButton
android:id="@+id/attachment_tile_close_button"
- android:src="@drawable/ic_attach_cancel"
+ android:src="@drawable/ic_cancel_wht"
android:layout_width="44dip"
android:layout_height="44dip"
android:layout_gravity="center_vertical|end|right"
diff --git a/res/layout/vacation_responder_custom_action_bar.xml b/res/layout/vacation_responder_custom_action_bar.xml
index 0abc196e4..f70dc90f6 100644
--- a/res/layout/vacation_responder_custom_action_bar.xml
+++ b/res/layout/vacation_responder_custom_action_bar.xml
@@ -28,7 +28,7 @@
style="@style/CustomActionButton">
<ImageView
- android:src="@drawable/ic_menu_cancel_holo_light"
+ android:src="@drawable/ic_cancel_holo_light"
style="@style/CustomActionButtonImage" />
<TextView
android:text="@string/cancel"
diff --git a/res/menu/vacation_responder_menu.xml b/res/menu/vacation_responder_menu.xml
index caa30cb8f..829b4b1e1 100644
--- a/res/menu/vacation_responder_menu.xml
+++ b/res/menu/vacation_responder_menu.xml
@@ -18,7 +18,7 @@
<item android:id="@+id/action_cancel"
android:alphabeticShortcut="c"
android:title="@string/cancel"
- android:icon="@drawable/ic_menu_cancel_holo_light"
+ android:icon="@drawable/ic_cancel_holo_light"
android:showAsAction="withText|always" />
<item android:id="@+id/action_done"
android:alphabeticShortcut="d"