summaryrefslogtreecommitdiffstats
path: root/res/layout
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/layout
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/layout')
-rw-r--r--res/layout/compose_attachment_tile.xml2
-rw-r--r--res/layout/vacation_responder_custom_action_bar.xml2
2 files changed, 2 insertions, 2 deletions
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"