2011-12-06 06:03:55 +00:00
|
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
|
|
|
|
|
|
|
|
<group android:id="@+id/menu_group_feeds" >
|
|
|
|
<item
|
|
|
|
android:id="@+id/go_online"
|
|
|
|
android:showAsAction="ifRoom|withText"
|
2013-04-16 06:48:09 +00:00
|
|
|
android:icon="@drawable/ic_cloud_light"
|
2011-12-06 06:03:55 +00:00
|
|
|
android:title="@string/go_online"
|
|
|
|
android:visible="false"/>
|
|
|
|
|
|
|
|
<item
|
|
|
|
android:id="@+id/show_feeds"
|
2013-04-16 07:06:22 +00:00
|
|
|
android:icon="@drawable/ic_list_light"
|
|
|
|
android:showAsAction="ifRoom"
|
2011-12-06 06:03:55 +00:00
|
|
|
android:title="@string/menu_all_feeds"/>
|
|
|
|
</group>
|
|
|
|
<group android:id="@+id/menu_group_headlines" >
|
2012-01-19 12:33:39 +00:00
|
|
|
<item
|
2012-06-23 17:19:34 +00:00
|
|
|
android:id="@+id/search"
|
|
|
|
android:actionViewClass="android.widget.SearchView"
|
2013-04-16 07:06:22 +00:00
|
|
|
android:icon="@drawable/ic_search_light"
|
2012-06-23 17:19:34 +00:00
|
|
|
android:showAsAction="ifRoom|collapseActionView"
|
|
|
|
android:title="@string/search"/>
|
2011-12-06 06:03:55 +00:00
|
|
|
<item
|
|
|
|
android:id="@+id/headlines_mark_as_read"
|
2013-04-16 18:23:36 +00:00
|
|
|
android:icon="@drawable/ic_accept_light"
|
|
|
|
android:showAsAction="ifRoom"
|
2011-12-06 06:03:55 +00:00
|
|
|
android:title="@string/headlines_mark_as_read"/>
|
|
|
|
<item
|
|
|
|
android:id="@+id/headlines_select"
|
2013-04-16 18:23:36 +00:00
|
|
|
android:icon="@drawable/ic_select_all_light"
|
|
|
|
android:showAsAction="ifRoom"
|
2011-12-06 06:03:55 +00:00
|
|
|
android:title="@string/headlines_select"/>
|
|
|
|
</group>
|
2013-04-21 13:01:26 +00:00
|
|
|
<!-- <group android:id="@+id/menu_group_headlines_selection" >
|
2011-12-06 06:03:55 +00:00
|
|
|
<item
|
2012-06-23 17:19:34 +00:00
|
|
|
android:id="@+id/selection_toggle_unread"
|
|
|
|
android:showAsAction="ifRoom"
|
|
|
|
android:title="@string/selection_toggle_unread"/>
|
|
|
|
<item
|
|
|
|
android:id="@+id/selection_toggle_marked"
|
2013-04-16 07:06:22 +00:00
|
|
|
android:icon="@drawable/ic_unimportant_light"
|
2012-06-23 17:19:34 +00:00
|
|
|
android:showAsAction="ifRoom"
|
|
|
|
android:title="@string/selection_toggle_marked"/>
|
|
|
|
<item
|
|
|
|
android:id="@+id/selection_toggle_published"
|
2013-04-16 09:48:44 +00:00
|
|
|
android:icon="@drawable/ic_menu_unpublished_light"
|
2012-06-23 17:19:34 +00:00
|
|
|
android:showAsAction="ifRoom"
|
|
|
|
android:title="@string/selection_toggle_published"/>
|
|
|
|
<item
|
|
|
|
android:id="@+id/selection_select_none"
|
|
|
|
android:showAsAction=""
|
|
|
|
android:title="@string/selection_select_none"/>
|
2013-04-21 13:01:26 +00:00
|
|
|
</group> -->
|
2012-06-23 17:19:34 +00:00
|
|
|
<group android:id="@+id/menu_group_article" >
|
2011-12-06 06:03:55 +00:00
|
|
|
<item
|
|
|
|
android:id="@+id/toggle_marked"
|
2013-04-16 07:06:22 +00:00
|
|
|
android:icon="@drawable/ic_unimportant_light"
|
2011-12-07 08:29:19 +00:00
|
|
|
android:showAsAction="ifRoom"
|
2011-12-06 06:03:55 +00:00
|
|
|
android:title="@string/article_toggle_marked"/>
|
|
|
|
<item
|
|
|
|
android:id="@+id/toggle_published"
|
2013-04-16 09:48:44 +00:00
|
|
|
android:icon="@drawable/ic_menu_unpublished_light"
|
2011-12-07 08:29:19 +00:00
|
|
|
android:showAsAction="ifRoom"
|
2011-12-06 06:03:55 +00:00
|
|
|
android:title="@string/article_toggle_published"/>
|
2012-06-23 17:19:34 +00:00
|
|
|
<item
|
|
|
|
android:id="@+id/share_article"
|
2013-04-16 09:04:28 +00:00
|
|
|
android:icon="@drawable/ic_share_light"
|
2013-04-16 18:23:36 +00:00
|
|
|
android:showAsAction="ifRoom"
|
2012-06-23 17:19:34 +00:00
|
|
|
android:title="@string/share_article"/>
|
2011-12-06 06:03:55 +00:00
|
|
|
<item
|
|
|
|
android:id="@+id/set_unread"
|
2013-04-16 09:48:44 +00:00
|
|
|
android:icon="@drawable/ic_read_light"
|
2013-04-16 18:23:36 +00:00
|
|
|
android:showAsAction="ifRoom"
|
2011-12-06 06:03:55 +00:00
|
|
|
android:title="@string/article_set_unread"/>
|
|
|
|
<item
|
|
|
|
android:id="@+id/catchup_above"
|
|
|
|
android:title="@string/article_mark_read_above"/>
|
|
|
|
</group>
|
|
|
|
|
|
|
|
<item
|
|
|
|
android:id="@+id/preferences"
|
|
|
|
android:showAsAction=""
|
|
|
|
android:title="@string/preferences"/>
|
|
|
|
|
|
|
|
</menu>
|