From 2f10a4a88ebeaf79385276e6b06b1308040ee7d1 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 30 Nov 2011 10:22:27 +0300 Subject: implement special options menu for selected headlines --- res/menu/headlines_menu.xml | 6 +++--- res/menu/main_menu.xml | 43 ++++++++++++++++++++++++++++++++----------- 2 files changed, 35 insertions(+), 14 deletions(-) (limited to 'res/menu') diff --git a/res/menu/headlines_menu.xml b/res/menu/headlines_menu.xml index ac614810..32ecae81 100644 --- a/res/menu/headlines_menu.xml +++ b/res/menu/headlines_menu.xml @@ -4,18 +4,18 @@ android:id="@+id/selection_toggle_unread" android:icon="@android:drawable/ic_menu_recent_history" android:showAsAction="" - android:title="@string/selection_toggle_unread"/> + android:title="@string/context_selection_toggle_unread"/> + android:title="@string/context_selection_toggle_marked"/> + android:title="@string/context_selection_toggle_published"/> \ No newline at end of file diff --git a/res/menu/main_menu.xml b/res/menu/main_menu.xml index 584b896b..719f004c 100644 --- a/res/menu/main_menu.xml +++ b/res/menu/main_menu.xml @@ -1,11 +1,5 @@ - - @@ -27,6 +21,11 @@ android:icon="@android:drawable/ic_menu_rotate" android:showAsAction="" android:title="@string/update_feeds"/> + + @@ -54,6 +53,27 @@ android:title="@string/headlines_select"/> + + + + + + + + + - - + +