2011-11-29 17:00:37 +00:00
|
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
|
|
|
|
<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
|
|
|
|
2011-11-30 18:44:36 +00:00
|
|
|
<group android:id="@+id/menu_group_single_article">
|
|
|
|
|
|
|
|
<item
|
|
|
|
android:id="@+id/share_article"
|
|
|
|
android:showAsAction=""
|
|
|
|
android:title="@string/share_article"/>
|
|
|
|
|
|
|
|
<item
|
2011-11-30 19:06:11 +00:00
|
|
|
android:id="@+id/catchup_above"
|
2011-11-30 18:44:36 +00:00
|
|
|
android:showAsAction=""
|
2011-11-30 19:06:11 +00:00
|
|
|
android:title="@string/article_mark_read_above"/>
|
2011-11-30 18:44:36 +00:00
|
|
|
|
|
|
|
|
|
|
|
</group>
|
|
|
|
|
|
|
|
|
2011-11-29 17:00:37 +00:00
|
|
|
</menu>
|