summaryrefslogtreecommitdiff
path: root/res/menu/main_menu.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-11-30 22:11:56 +0300
committerAndrew Dolgov <[email protected]>2011-11-30 22:11:56 +0300
commitf44bd5e47d4086115f79964dddd94a291f128f95 (patch)
tree1484a686bce0e65f1a8121d5f496bba79e5bcf8f /res/menu/main_menu.xml
parent95f6ef2fa2ad9bcdef5a54c8a8724d7f70d7de2e (diff)
add select none to headlines selection menu
Diffstat (limited to 'res/menu/main_menu.xml')
-rw-r--r--res/menu/main_menu.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/menu/main_menu.xml b/res/menu/main_menu.xml
index ac087091..f4f7ed30 100644
--- a/res/menu/main_menu.xml
+++ b/res/menu/main_menu.xml
@@ -61,6 +61,12 @@
android:icon="@drawable/ic_menu_rss"
android:showAsAction=""
android:title="@string/selection_toggle_published"/>
+
+ <item
+ android:id="@+id/selection_select_none"
+ android:icon="@android:drawable/ic_menu_close_clear_cancel"
+ android:showAsAction=""
+ android:title="@string/selection_select_none"/>
</group>
<group android:id="@+id/menu_group_article" >