From a931bdba8774ebc904092bc0b3844a868132b517 Mon Sep 17 00:00:00 2001 From: Sander Bogaert Date: Wed, 25 Jul 2012 16:22:51 -0400 Subject: [PATCH] Force 'marke all as read' in the overflow menu. --- res/menu/message_list_option.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/menu/message_list_option.xml b/res/menu/message_list_option.xml index 48df4b141..6746fc1a2 100644 --- a/res/menu/message_list_option.xml +++ b/res/menu/message_list_option.xml @@ -66,7 +66,7 @@ android:id="@+id/mark_all_as_read" android:title="@string/mark_all_as_read_action" android:icon="@drawable/ic_menu_inbox" - android:showAsAction="always" + android:showAsAction="never" />