summaryrefslogtreecommitdiff
path: root/res/menu/headlines_menu.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-11-29 20:00:37 +0300
committerAndrew Dolgov <[email protected]>2011-11-29 20:00:37 +0300
commit574aaebb900b8420b3adcf05a7bc971c002ed327 (patch)
tree3469e51b9ec9da7fbf75c6e2464edb26992c5639 /res/menu/headlines_menu.xml
parenta36e2e8d0c9496ecefb5cc1ed525932c7a5f77d1 (diff)
properly use context menu for operations on selected headlines
Diffstat (limited to 'res/menu/headlines_menu.xml')
-rw-r--r--res/menu/headlines_menu.xml21
1 files changed, 21 insertions, 0 deletions
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 @@
+<menu xmlns:android="http://schemas.android.com/apk/res/android">
+
+ <item
+ android:id="@+id/selection_toggle_unread"
+ android:icon="@android:drawable/ic_menu_recent_history"
+ android:showAsAction=""
+ android:title="@string/selection_toggle_unread"/>
+
+ <item
+ android:id="@+id/selection_toggle_marked"
+ android:icon="@android:drawable/star_off"
+ android:showAsAction=""
+ android:title="@string/selection_toggle_marked"/>
+
+ <item
+ android:id="@+id/selection_toggle_published"
+ android:icon="@drawable/ic_menu_rss"
+ android:showAsAction=""
+ android:title="@string/selection_toggle_published"/>
+
+</menu> \ No newline at end of file