From 574aaebb900b8420b3adcf05a7bc971c002ed327 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 29 Nov 2011 20:00:37 +0300 Subject: properly use context menu for operations on selected headlines --- res/menu/headlines_menu.xml | 21 +++++++++++++++++++++ res/menu/main_menu.xml | 29 ++++++++--------------------- res/values/strings.xml | 13 ++++++++----- 3 files changed, 37 insertions(+), 26 deletions(-) create mode 100644 res/menu/headlines_menu.xml (limited to 'res') diff --git a/res/menu/headlines_menu.xml b/res/menu/headlines_menu.xml new file mode 100644 index 00000000..ac614810 --- /dev/null +++ b/res/menu/headlines_menu.xml @@ -0,0 +1,21 @@ + + + + + + + + + \ No newline at end of file diff --git a/res/menu/main_menu.xml b/res/menu/main_menu.xml index a23bcb61..2d2e2998 100644 --- a/res/menu/main_menu.xml +++ b/res/menu/main_menu.xml @@ -37,12 +37,19 @@ android:showAsAction="ifRoom|withText" android:title="@string/load_more_articles"/> + + + @@ -50,30 +57,10 @@ - + - - - - - - - - diff --git a/res/values/strings.xml b/res/values/strings.xml index 8c80ddcf..853f9036 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -22,6 +22,8 @@ Preferences Light Connection + Selection toggle + Article toggle HTTP Authentication Logged in. No unread feeds. @@ -34,7 +36,7 @@ Share article Mark as read Sort feeds by unread count - Load more... + Load more Show all articles Show unread articles Accept any SSL certificate @@ -46,10 +48,10 @@ Toggle published Select all Select none - Select unread - Toggle starred - Toggle published - Toggle unread + Unread + Starred + Published + Unread Mark unread Optional. Fill this if your tt-rss installation is protected by HTTP Basic authentication Your tt-rss login. Not needed for single user mode @@ -63,6 +65,7 @@ No headlines to display Browse categories like feeds You can long-tap on a category to override this setting + Catchup No error Error: Unknown error (see log) -- cgit v1.2.3