summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/menu/action_mode_headlines.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/action_mode_headlines.xml
parentdffc737a93f90ec866cb9256e9768b08b13de93c (diff)
further refactoring
Diffstat (limited to 'org.fox.ttrss/src/main/res/menu/action_mode_headlines.xml')
-rw-r--r--org.fox.ttrss/src/main/res/menu/action_mode_headlines.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/org.fox.ttrss/src/main/res/menu/action_mode_headlines.xml b/org.fox.ttrss/src/main/res/menu/action_mode_headlines.xml
new file mode 100644
index 00000000..b3afdafc
--- /dev/null
+++ b/org.fox.ttrss/src/main/res/menu/action_mode_headlines.xml
@@ -0,0 +1,21 @@
+<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