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:icon="@android:drawable/ic_menu_recent_history"
|
|
|
|
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:icon="@android:drawable/star_off"
|
|
|
|
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:icon="@drawable/ic_menu_rss"
|
|
|
|
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
|
|
|
|
|
|
|
</menu>
|