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 Luhmer <david-dev@live.de>2018-11-03 01:03:50 +0300
committerDavid Luhmer <david-dev@live.de>2018-11-03 01:03:50 +0300
commit123a36b6d1c61e1aaa50f82d045a6ab8cc35c30a (patch)
tree1fdab514e7a53f0270b2e9ef77a75836a4a2d39b /News-Android-App/src/main/res/values-night
parent9e72aa3b0f7850ae55e13a168d26eadbc542fd32 (diff)
fix settings screen / refactoring
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, 1 insertions, 1 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 81c48cd5..97c1760f 100644
--- a/News-Android-App/src/main/res/values-night/colors.xml
+++ b/News-Android-App/src/main/res/values-night/colors.xml
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<color name="app_drawer_feed_list_background_color">#383d43</color>
- <color name="settingsWindowBackground">#383d43</color>
+ <color name="settingsWindowBackground">#222222</color>
<color name="primaryTextColor">@android:color/white</color>