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:
authoremasty <emasty@gmail.com>2020-01-07 02:34:08 +0300
committeremasty <emasty@gmail.com>2020-01-07 02:34:08 +0300
commita65a8138879abc58555c9f97e996dc83af23b163 (patch)
treecbb70b07d5cf7a04528912dbf1a7994d540d4cf9 /News-Android-App/src/main/res/xml
parent21b6a6d34556a55eb517567cbc9599135632ae7c (diff)
Moved settings
Moved settings: - Integrated server settings into global settings - Moved settings out of article list options menu to bottom of drawer - Moved add-feed item to end of feeds list - Reorganized options in menu of article list. Now only article related settings are included Removed wrong usage of id R.id.action_settings in SyncIntervalSelectorActivity. Signed-off-by: emasty <emasty@gmail.com>
Diffstat (limited to 'News-Android-App/src/main/res/xml')
-rw-r--r--News-Android-App/src/main/res/xml/pref_data_sync.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/News-Android-App/src/main/res/xml/pref_data_sync.xml b/News-Android-App/src/main/res/xml/pref_data_sync.xml
index bf2da08d..867ae367 100644
--- a/News-Android-App/src/main/res/xml/pref_data_sync.xml
+++ b/News-Android-App/src/main/res/xml/pref_data_sync.xml
@@ -24,6 +24,13 @@
This preference simply launches an intent when selected. Use this UI sparingly, per
design guidelines.
-->
+ <Preference
+ android:key="pref_server_settings"
+ android:title="@string/action_login"
+ app:iconSpaceReserved="false">
+ </Preference>
+
+
<Preference
android:key="pref_sync_settings"