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