summaryrefslogtreecommitdiff
path: root/res/menu
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-12-09 21:49:12 +0300
committerAndrew Dolgov <[email protected]>2011-12-09 21:49:12 +0300
commite0012da1e9cefa9d956d8e5697ed1bfda06d463e (patch)
treec8fccb6becc347efa46baaa08ad41c0072086f02 /res/menu
parent9951991e5600226695cb880edc39031ef0546c44 (diff)
implement contextual selection bar for HC articles
Diffstat (limited to 'res/menu')
-rw-r--r--res/menu/headlines_action_menu.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/res/menu/headlines_action_menu.xml b/res/menu/headlines_action_menu.xml
new file mode 100644
index 00000000..3c812f5d
--- /dev/null
+++ b/res/menu/headlines_action_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="@drawable/ic_menu_tick"
+ android:showAsAction="ifRoom"
+ android:title="@string/selection_toggle_unread"/>
+
+ <item
+ android:id="@+id/selection_toggle_marked"
+ android:icon="@drawable/ic_menu_marked"
+ android:showAsAction="ifRoom"
+ android:title="@string/selection_toggle_marked"/>
+
+ <item
+ android:id="@+id/selection_toggle_published"
+ android:icon="@drawable/ic_menu_rss"
+ android:showAsAction="ifRoom"
+ android:title="@string/selection_toggle_published"/>
+
+</menu> \ No newline at end of file