summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/menu/headlines_action_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_action_menu.xml
parentdffc737a93f90ec866cb9256e9768b08b13de93c (diff)
further refactoring
Diffstat (limited to 'org.fox.ttrss/src/main/res/menu/headlines_action_menu.xml')
-rwxr-xr-xorg.fox.ttrss/src/main/res/menu/headlines_action_menu.xml21
1 files changed, 0 insertions, 21 deletions
diff --git a/org.fox.ttrss/src/main/res/menu/headlines_action_menu.xml b/org.fox.ttrss/src/main/res/menu/headlines_action_menu.xml
deleted file mode 100755
index b3afdafc..00000000
--- a/org.fox.ttrss/src/main/res/menu/headlines_action_menu.xml
+++ /dev/null
@@ -1,21 +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="always"
- android:icon="@drawable/ic_email_open"
- android:title="@string/selection_toggle_unread"/>
-
- <item
- android:id="@+id/selection_toggle_marked"
- android:icon="@drawable/ic_star_outline"
- app:showAsAction="always"
- android:title="@string/selection_toggle_marked"/>
-
- <item
- android:id="@+id/selection_toggle_published"
- android:icon="@drawable/ic_rss_box"
- app:showAsAction="always"
- android:title="@string/selection_toggle_published"/>
-
-</menu> \ No newline at end of file