2012-06-20 11:20:19 +00:00
|
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
|
2011-11-29 17:00:37 +00:00
|
|
|
|
|
|
|
<item
|
|
|
|
android:id="@+id/selection_toggle_unread"
|
|
|
|
android:showAsAction=""
|
2011-11-30 07:22:27 +00:00
|
|
|
android:title="@string/context_selection_toggle_unread"/>
|
2011-11-29 17:00:37 +00:00
|
|
|
<item
|
|
|
|
android:id="@+id/selection_toggle_marked"
|
|
|
|
android:showAsAction=""
|
2011-11-30 07:22:27 +00:00
|
|
|
android:title="@string/context_selection_toggle_marked"/>
|
2011-11-29 17:00:37 +00:00
|
|
|
<item
|
|
|
|
android:id="@+id/selection_toggle_published"
|
|
|
|
android:showAsAction=""
|
2011-11-30 07:22:27 +00:00
|
|
|
android:title="@string/context_selection_toggle_published"/>
|
2011-11-29 17:00:37 +00:00
|
|
|
|
2012-06-20 11:20:19 +00:00
|
|
|
<group android:id="@+id/menu_group_single_article" >
|
2012-03-12 09:02:46 +00:00
|
|
|
<item
|
2012-06-20 11:20:19 +00:00
|
|
|
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"/>
|
2011-11-30 18:44:36 +00:00
|
|
|
</group>
|
2012-06-20 11:20:19 +00:00
|
|
|
|
2011-11-29 17:00:37 +00:00
|
|
|
</menu>
|