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:
authordk.mailbox@gmx.net <dk.mailbox@gmx.net>2018-10-03 00:08:32 +0300
committerdk.mailbox@gmx.net <dk.mailbox@gmx.net>2018-10-03 00:08:32 +0300
commiteb21ac7a5439ca98411f6553225b33aac80c8f36 (patch)
treea0228c71c71e3d7826984c7e07bac200364d5abb /News-Android-App/src/main/res/values-night
parent7efee8f5f923f8590a2d7b8a0eac18d91840a8e8 (diff)
oled mode switch
Diffstat (limited to 'News-Android-App/src/main/res/values-night')
-rw-r--r--News-Android-App/src/main/res/values-night/colors.xml2
1 files changed, 2 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 8c472d13..18dd375e 100644
--- a/News-Android-App/src/main/res/values-night/colors.xml
+++ b/News-Android-App/src/main/res/values-night/colors.xml
@@ -23,6 +23,8 @@
<color name="colorPrimaryDark">@color/nextcloudBlue</color>
<color name="colorAccent">#8698af</color>
<color name="rssItemListBackground">@color/material_grey_900</color>
+ <color name="rssItemListBackgroundOled">@android:color/black</color>
+
<color name="starredColor">@android:color/holo_orange_light</color>
<color name="unstarredColor">#ffcccccc</color>