2011-11-29 12:40:23 +00:00
|
|
|
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
|
|
|
|
|
2012-09-19 12:59:08 +00:00
|
|
|
<item
|
|
|
|
android:id="@+id/browse_headlines"
|
|
|
|
android:title="@string/category_browse_headlines"/>
|
|
|
|
|
|
|
|
<item
|
|
|
|
android:id="@+id/browse_articles"
|
|
|
|
android:title="@string/category_browse_articles"/>
|
|
|
|
|
2012-09-24 18:10:01 +00:00
|
|
|
<item
|
|
|
|
android:id="@+id/browse_feeds"
|
|
|
|
android:title="@string/category_browse_feeds"/>
|
|
|
|
|
2011-11-29 12:40:23 +00:00
|
|
|
<item
|
|
|
|
android:id="@+id/catchup_feed"
|
|
|
|
android:title="@string/catchup"/>
|
2013-10-17 06:37:32 +00:00
|
|
|
|
|
|
|
<item
|
|
|
|
android:id="@+id/create_shortcut"
|
|
|
|
android:title="@string/place_shortcut"/>
|
2011-11-29 12:40:23 +00:00
|
|
|
|
|
|
|
</menu>
|