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-03-25 23:57:05 +0400
committerDavid Development <david-dev@live.de>2014-03-25 23:57:05 +0400
commitb33a9348ad417c7c4d8735c7e861507922a0a31a (patch)
treea0111263b1bcfc0fbcafbcb28716d266c248da3c /News-Android-App/src/main/res/menu
parent6bc61819b058d356cc4370a4263372e505c91290 (diff)
update to 0.5.7 - see readme for changelog
Diffstat (limited to 'News-Android-App/src/main/res/menu')
-rw-r--r--News-Android-App/src/main/res/menu/news_reader.xml20
-rw-r--r--News-Android-App/src/main/res/menu/sync_interval_selector.xml17
2 files changed, 30 insertions, 7 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 d28c9b58..24a9ad3e 100644
--- a/News-Android-App/src/main/res/menu/news_reader.xml
+++ b/News-Android-App/src/main/res/menu/news_reader.xml
@@ -2,20 +2,20 @@
<item android:id="@+id/menu_update"
android:title="@string/menu_update"
- android:icon="@drawable/ic_menu_refresh"
+ android:icon="@drawable/ic_menu_refresh"
android:showAsAction="always" />
-
+
<item android:id="@+id/menu_StartImageCaching"
android:title="@string/menu_StartImageCaching"
android:orderInCategory="95"
android:showAsAction="never" />
-
+
<item
android:id="@+id/menu_markAllAsRead"
android:showAsAction="never"
android:orderInCategory="96"
android:title="@string/menu_markAllAsRead"/>
-
+
<item
android:id="@+id/menu_downloadMoreItems"
android:showAsAction="never"
@@ -27,17 +27,23 @@
android:orderInCategory="98"
android:showAsAction="never"
android:title="@string/action_settings"/>
-
+
+ <item
+ android:id="@+id/action_sync_settings"
+ android:orderInCategory="98"
+ android:showAsAction="never"
+ android:title="@string/action_sync_settings"/>
+
<item
android:id="@+id/action_login"
android:orderInCategory="99"
android:showAsAction="never"
android:title="@string/action_login"/>
-
+
<item
android:id="@+id/menu_About_Changelog"
android:showAsAction="never"
android:orderInCategory="100"
android:title="@string/menu_About_Changelog"/>
-
+
</menu> \ No newline at end of file
diff --git a/News-Android-App/src/main/res/menu/sync_interval_selector.xml b/News-Android-App/src/main/res/menu/sync_interval_selector.xml
new file mode 100644
index 00000000..fa81d574
--- /dev/null
+++ b/News-Android-App/src/main/res/menu/sync_interval_selector.xml
@@ -0,0 +1,17 @@
+<menu xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:app="http://schemas.android.com/apk/res-auto"
+ xmlns:tools="http://schemas.android.com/tools"
+ tools:context="de.luhmer.owncloudnewsreader.SyncIntervalSelectorActivity" >
+
+ <!--
+ <item android:id="@+id/action_settings"
+ android:title="@string/action_settings"
+ android:orderInCategory="100"
+ app:showAsAction="never" />
+ -->
+
+ <item android:id="@+id/action_save"
+ android:title="@string/action_save"
+ android:icon="@drawable/ic_menu_save"
+ android:showAsAction="always" />
+</menu>