2011-11-29 06:46:36 +00:00
|
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
|
2011-09-08 10:23:44 +00:00
|
|
|
|
2011-11-29 06:46:36 +00:00
|
|
|
<group android:id="@+id/menu_group_logged_in" >
|
|
|
|
|
|
|
|
<group android:id="@+id/menu_group_feeds" >
|
|
|
|
|
2011-12-07 05:51:10 +00:00
|
|
|
<!-- <item
|
2011-11-29 06:46:36 +00:00
|
|
|
android:id="@+id/back_to_categories"
|
|
|
|
android:icon="@android:drawable/ic_menu_close_clear_cancel"
|
2011-12-06 21:17:20 +00:00
|
|
|
android:showAsAction=""
|
2011-12-07 05:51:10 +00:00
|
|
|
android:title="@string/back_to_categories"/> -->
|
2011-11-29 06:46:36 +00:00
|
|
|
|
|
|
|
<item
|
|
|
|
android:id="@+id/show_feeds"
|
|
|
|
android:icon="@android:drawable/ic_menu_agenda"
|
|
|
|
android:showAsAction=""
|
|
|
|
android:title="@string/menu_all_feeds"/>
|
|
|
|
|
|
|
|
<item
|
|
|
|
android:id="@+id/update_feeds"
|
|
|
|
android:icon="@android:drawable/ic_menu_rotate"
|
2011-12-07 08:29:19 +00:00
|
|
|
android:showAsAction="ifRoom"
|
2011-11-29 06:46:36 +00:00
|
|
|
android:title="@string/update_feeds"/>
|
2011-11-30 07:22:27 +00:00
|
|
|
|
2011-12-06 12:15:55 +00:00
|
|
|
<item
|
|
|
|
android:id="@+id/go_offline"
|
|
|
|
android:icon="@drawable/ic_menu_cloud"
|
2011-12-07 08:29:19 +00:00
|
|
|
android:showAsAction=""
|
2011-12-06 12:15:55 +00:00
|
|
|
android:title="@string/go_offline"/>
|
|
|
|
|
2011-11-30 07:22:27 +00:00
|
|
|
<item
|
|
|
|
android:id="@+id/logout"
|
2011-11-30 09:59:23 +00:00
|
|
|
android:icon="@drawable/ic_menu_exit"
|
2011-11-30 07:22:27 +00:00
|
|
|
android:showAsAction=""
|
|
|
|
android:title="@string/logout"/>
|
2011-11-29 06:46:36 +00:00
|
|
|
</group>
|
|
|
|
|
|
|
|
<group android:id="@+id/menu_group_headlines" >
|
2011-12-06 12:15:55 +00:00
|
|
|
|
2011-12-06 11:46:15 +00:00
|
|
|
<item
|
|
|
|
android:id="@+id/go_offline"
|
2011-12-07 08:29:19 +00:00
|
|
|
android:icon="@drawable/ic_menu_cloud"
|
2011-12-06 11:46:15 +00:00
|
|
|
android:title="@string/go_offline"/>
|
2011-11-29 06:46:36 +00:00
|
|
|
|
2011-11-29 17:00:37 +00:00
|
|
|
<item
|
2011-11-30 09:59:23 +00:00
|
|
|
android:id="@+id/headlines_mark_as_read"
|
2011-11-30 10:17:03 +00:00
|
|
|
android:icon="@drawable/ic_menu_tick"
|
2011-12-06 12:15:55 +00:00
|
|
|
android:showAsAction=""
|
2011-11-30 09:59:23 +00:00
|
|
|
android:title="@string/headlines_mark_as_read"/>
|
2011-11-29 17:00:37 +00:00
|
|
|
|
2011-11-29 11:09:27 +00:00
|
|
|
<item
|
2011-11-29 17:48:09 +00:00
|
|
|
android:id="@+id/headlines_select"
|
2011-11-30 09:59:23 +00:00
|
|
|
android:icon="@drawable/ic_menu_database"
|
2011-12-07 05:14:13 +00:00
|
|
|
android:showAsAction="ifRoom"
|
2011-11-29 17:48:09 +00:00
|
|
|
android:title="@string/headlines_select"/>
|
2011-11-29 06:46:36 +00:00
|
|
|
</group>
|
|
|
|
|
2011-11-30 07:22:27 +00:00
|
|
|
<group android:id="@+id/menu_group_headlines_selection" >
|
|
|
|
|
|
|
|
<item
|
2011-11-30 08:54:42 +00:00
|
|
|
android:id="@+id/selection_toggle_unread"
|
2011-12-07 08:29:19 +00:00
|
|
|
android:icon="@drawable/ic_menu_tick"
|
|
|
|
android:showAsAction="ifRoom"
|
2011-11-30 08:54:42 +00:00
|
|
|
android:title="@string/selection_toggle_unread"/>
|
2011-11-30 07:22:27 +00:00
|
|
|
|
|
|
|
<item
|
|
|
|
android:id="@+id/selection_toggle_marked"
|
2011-11-30 08:30:51 +00:00
|
|
|
android:icon="@drawable/ic_menu_marked"
|
2011-12-07 05:14:13 +00:00
|
|
|
android:showAsAction="ifRoom"
|
2011-11-30 07:22:27 +00:00
|
|
|
android:title="@string/selection_toggle_marked"/>
|
|
|
|
|
|
|
|
<item
|
|
|
|
android:id="@+id/selection_toggle_published"
|
|
|
|
android:icon="@drawable/ic_menu_rss"
|
2011-12-07 05:14:13 +00:00
|
|
|
android:showAsAction="ifRoom"
|
2011-11-30 07:22:27 +00:00
|
|
|
android:title="@string/selection_toggle_published"/>
|
2011-12-05 13:01:44 +00:00
|
|
|
|
2011-11-30 19:11:56 +00:00
|
|
|
<item
|
|
|
|
android:id="@+id/selection_select_none"
|
|
|
|
android:icon="@android:drawable/ic_menu_close_clear_cancel"
|
|
|
|
android:showAsAction=""
|
|
|
|
android:title="@string/selection_select_none"/>
|
2011-11-30 07:22:27 +00:00
|
|
|
</group>
|
|
|
|
|
2011-11-29 06:46:36 +00:00
|
|
|
<group android:id="@+id/menu_group_article" >
|
|
|
|
|
|
|
|
<item
|
2011-11-29 17:48:09 +00:00
|
|
|
android:id="@+id/share_article"
|
|
|
|
android:icon="@android:drawable/ic_menu_share"
|
|
|
|
android:showAsAction="ifRoom"
|
|
|
|
android:title="@string/share_article"/>
|
2011-11-29 06:46:36 +00:00
|
|
|
|
|
|
|
<item
|
|
|
|
android:id="@+id/toggle_marked"
|
2011-11-30 08:30:51 +00:00
|
|
|
android:icon="@drawable/ic_menu_marked"
|
2011-12-07 05:14:13 +00:00
|
|
|
android:showAsAction="ifRoom"
|
2011-11-29 17:48:09 +00:00
|
|
|
android:title="@string/article_toggle_marked"/>
|
2011-11-29 06:46:36 +00:00
|
|
|
|
|
|
|
<item
|
|
|
|
android:id="@+id/toggle_published"
|
|
|
|
android:icon="@drawable/ic_menu_rss"
|
2011-12-07 05:14:13 +00:00
|
|
|
android:showAsAction="ifRoom"
|
2011-11-29 17:48:09 +00:00
|
|
|
android:title="@string/article_toggle_published"/>
|
2011-11-29 06:46:36 +00:00
|
|
|
|
|
|
|
<item
|
|
|
|
android:id="@+id/set_unread"
|
|
|
|
android:icon="@android:drawable/ic_menu_recent_history"
|
|
|
|
android:showAsAction=""
|
2011-11-29 17:48:09 +00:00
|
|
|
android:title="@string/article_set_unread"/>
|
|
|
|
|
2011-12-05 13:01:44 +00:00
|
|
|
<item
|
|
|
|
android:id="@+id/catchup_above"
|
|
|
|
android:icon="@drawable/ic_menu_tick"
|
|
|
|
android:title="@string/article_mark_read_above"/>
|
2011-12-25 11:59:59 +00:00
|
|
|
|
|
|
|
<item
|
|
|
|
android:id="@+id/set_labels"
|
|
|
|
android:icon="@drawable/ic_menu_marked"
|
|
|
|
android:title="@string/article_set_labels"/>
|
|
|
|
|
2011-11-29 06:46:36 +00:00
|
|
|
</group>
|
|
|
|
</group>
|
|
|
|
|
2011-11-30 07:22:27 +00:00
|
|
|
<item
|
|
|
|
android:id="@+id/preferences"
|
|
|
|
android:icon="@android:drawable/ic_menu_preferences"
|
|
|
|
android:showAsAction=""
|
|
|
|
android:title="@string/preferences"/>
|
|
|
|
|
2011-11-29 06:46:36 +00:00
|
|
|
<group android:id="@+id/menu_group_logged_out" >
|
|
|
|
|
|
|
|
<item
|
|
|
|
android:id="@+id/login"
|
|
|
|
android:icon="@android:drawable/ic_menu_rotate"
|
|
|
|
android:showAsAction="ifRoom|withText"
|
2012-01-07 02:08:49 +00:00
|
|
|
android:title="@string/login_login"/>
|
2011-11-29 06:46:36 +00:00
|
|
|
</group>
|
|
|
|
|
|
|
|
</menu>
|