Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/news-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Development <david-dev@live.de>2014-04-20 17:53:58 +0400
committerDavid Development <david-dev@live.de>2014-04-20 17:53:58 +0400
commitbd08badcadecb908be793d7d713d24a266b901b1 (patch)
treeb20697edd40ce05ba4357ed52ce657056b07e3ba /News-Android-App/src/main/res/menu
parent2648efa199c68d2d9b90c67391a4ebe1a6e39174 (diff)
Add 'Add new feed' Activity
Diffstat (limited to 'News-Android-App/src/main/res/menu')
-rw-r--r--News-Android-App/src/main/res/menu/news_reader.xml12
1 files changed, 9 insertions, 3 deletions
diff --git a/News-Android-App/src/main/res/menu/news_reader.xml b/News-Android-App/src/main/res/menu/news_reader.xml
index 24a9ad3e..0e3abc53 100644
--- a/News-Android-App/src/main/res/menu/news_reader.xml
+++ b/News-Android-App/src/main/res/menu/news_reader.xml
@@ -30,20 +30,26 @@
<item
android:id="@+id/action_sync_settings"
- android:orderInCategory="98"
+ android:orderInCategory="99"
android:showAsAction="never"
android:title="@string/action_sync_settings"/>
<item
android:id="@+id/action_login"
- android:orderInCategory="99"
+ android:orderInCategory="100"
android:showAsAction="never"
android:title="@string/action_login"/>
<item
+ android:id="@+id/action_add_new_feed"
+ android:orderInCategory="101"
+ android:showAsAction="never"
+ android:title="@string/action_add_new_feed"/>
+
+ <item
android:id="@+id/menu_About_Changelog"
android:showAsAction="never"
- android:orderInCategory="100"
+ android:orderInCategory="102"
android:title="@string/menu_About_Changelog"/>
</menu> \ No newline at end of file