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/values-night
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/values-night')
-rw-r--r--News-Android-App/src/main/res/values-night/colors.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/News-Android-App/src/main/res/values-night/colors.xml b/News-Android-App/src/main/res/values-night/colors.xml
index d16c90fc..888c1788 100644
--- a/News-Android-App/src/main/res/values-night/colors.xml
+++ b/News-Android-App/src/main/res/values-night/colors.xml
@@ -32,6 +32,7 @@
<color name="unstarredColor">#ffcccccc</color>
<color name="markasreadColor">@android:color/holo_green_light</color>
<color name="swipeBackground">#aaa</color>
+ <color name="menuSeparator">#555</color>
<color name="tintColor">@android:color/white</color>