summaryrefslogtreecommitdiff
path: root/res/menu/headlines_context_menu.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-09-16 13:25:28 +0400
committerAndrew Dolgov <[email protected]>2012-09-16 13:25:28 +0400
commitced80be1aea975b59db5a0e6dd14acb054e7910e (patch)
treef69f8c12151d0ccb9eee7f52d598c6ef626c914c /res/menu/headlines_context_menu.xml
parent86a4f6c2dea5700ed3597d9afe280ddb93d56316 (diff)
initial
Diffstat (limited to 'res/menu/headlines_context_menu.xml')
-rw-r--r--res/menu/headlines_context_menu.xml39
1 files changed, 39 insertions, 0 deletions
diff --git a/res/menu/headlines_context_menu.xml b/res/menu/headlines_context_menu.xml
new file mode 100644
index 00000000..073ecb37
--- /dev/null
+++ b/res/menu/headlines_context_menu.xml
@@ -0,0 +1,39 @@
+<menu xmlns:android="http://schemas.android.com/apk/res/android" >
+
+ <item
+ android:id="@+id/selection_toggle_unread"
+ android:showAsAction=""
+ android:title="@string/context_selection_toggle_unread"/>
+ <item
+ android:id="@+id/selection_toggle_marked"
+ android:showAsAction=""
+ android:title="@string/context_selection_toggle_marked"/>
+ <item
+ android:id="@+id/selection_toggle_published"
+ android:showAsAction=""
+ android:title="@string/context_selection_toggle_published"/>
+
+ <group android:id="@+id/menu_group_single_article" >
+ <item
+ android:id="@+id/share_article"
+ android:showAsAction=""
+ android:title="@string/share_article"/>
+ <item
+ android:id="@+id/article_link_copy"
+ android:showAsAction=""
+ android:title="@string/article_link_copy"/>
+ <item
+ android:id="@+id/catchup_above"
+ android:showAsAction=""
+ android:title="@string/article_mark_read_above"/>
+ <item
+ android:id="@+id/set_labels"
+ android:icon="@drawable/ic_menu_marked"
+ android:title="@string/article_set_labels"/>
+ <item
+ android:id="@+id/article_set_note"
+ android:showAsAction=""
+ android:title="@string/article_set_note"/>
+ </group>
+
+</menu> \ No newline at end of file