summaryrefslogtreecommitdiffstats
path: root/res/menu
diff options
context:
space:
mode:
authorBen Komalo <benkomalo@google.com>2011-08-22 15:44:58 -0700
committerAndroid (Google) Code Review <android-gerrit@google.com>2011-08-22 15:44:58 -0700
commitb1a4f9d5629d97b23a8e05a55fa6a0cb847811fd (patch)
tree5b0bef9c318dfc00b43b8c634ee32c2a8f967182 /res/menu
parentd7f5d0f97600b94b857bd44f04f9824b6d9d703f (diff)
parent4520d35e7c4122c731b82ae9db3e6aeec2a4cd1d (diff)
downloadandroid_packages_apps_Email-b1a4f9d5629d97b23a8e05a55fa6a0cb847811fd.tar.gz
android_packages_apps_Email-b1a4f9d5629d97b23a8e05a55fa6a0cb847811fd.tar.bz2
android_packages_apps_Email-b1a4f9d5629d97b23a8e05a55fa6a0cb847811fd.zip
Merge "Slight reordering and add settings to compose menu"
Diffstat (limited to 'res/menu')
-rw-r--r--res/menu/message_compose_option.xml13
1 files changed, 9 insertions, 4 deletions
diff --git a/res/menu/message_compose_option.xml b/res/menu/message_compose_option.xml
index 69bef0b3b..70bb854b4 100644
--- a/res/menu/message_compose_option.xml
+++ b/res/menu/message_compose_option.xml
@@ -23,15 +23,15 @@
android:alphabeticShortcut="s"
/>
<item
+ android:id="@+id/add_attachment"
+ android:title="@string/add_attachment_menu"
+ />
+ <item
android:id="@+id/add_cc_bcc"
android:icon="@drawable/ic_menu_cc_holo_light"
android:title="@string/add_cc_bcc_menu"
/>
<item
- android:id="@+id/add_attachment"
- android:title="@string/add_attachment_menu"
- />
- <item
android:id="@+id/save"
android:title="@string/save_draft_action"
android:alphabeticShortcut="d"
@@ -47,4 +47,9 @@
android:title="@string/show_quick_text_list_dialog_action"
android:alphabeticShortcut="r"
/>
+ <item
+ android:id="@+id/settings"
+ android:title="@string/settings_action"
+ android:icon="@android:drawable/ic_menu_preferences"
+ />
</menu>