summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/menu/headlines_context_menu.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-06-10 19:40:08 +0300
committerAndrew Dolgov <[email protected]>2015-06-10 19:40:08 +0300
commit4acc9ac37e3363552cebc7a37e16e254f9438f4d (patch)
tree173141de59d27c1a92e4c7f796036411a18427af /org.fox.ttrss/src/main/res/menu/headlines_context_menu.xml
parentdffc737a93f90ec866cb9256e9768b08b13de93c (diff)
further refactoring
Diffstat (limited to 'org.fox.ttrss/src/main/res/menu/headlines_context_menu.xml')
-rw-r--r--org.fox.ttrss/src/main/res/menu/headlines_context_menu.xml42
1 files changed, 0 insertions, 42 deletions
diff --git a/org.fox.ttrss/src/main/res/menu/headlines_context_menu.xml b/org.fox.ttrss/src/main/res/menu/headlines_context_menu.xml
deleted file mode 100644
index fafac872..00000000
--- a/org.fox.ttrss/src/main/res/menu/headlines_context_menu.xml
+++ /dev/null
@@ -1,42 +0,0 @@
-<menu xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
-
- <item
- android:id="@+id/selection_toggle_unread"
- app:showAsAction=""
- android:title="@string/context_selection_toggle_unread"/>
- <item
- android:id="@+id/selection_toggle_marked"
- app:showAsAction=""
- android:title="@string/context_selection_toggle_marked"/>
- <item
- android:id="@+id/selection_toggle_published"
- app:showAsAction=""
- android:title="@string/context_selection_toggle_published"/>
-
- <group android:id="@+id/menu_group_single_article" >
- <item
- android:id="@+id/headlines_share_article"
- app:showAsAction=""
- android:title="@string/share_article"/>
- <item
- android:id="@+id/headlines_article_link_open"
- app:showAsAction=""
- android:title="@string/open_article_in_web_browser"/>
- <item
- android:id="@+id/headlines_article_link_copy"
- app:showAsAction=""
- android:title="@string/article_link_copy"/>
- <item
- android:id="@+id/catchup_above"
- app:showAsAction=""
- android:title="@string/article_mark_read_above"/>
- <item
- android:id="@+id/set_labels"
- android:title="@string/article_set_labels"/>
- <item
- android:id="@+id/article_set_note"
- app:showAsAction=""
- android:title="@string/article_set_note"/>
- </group>
-
-</menu> \ No newline at end of file