Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/talk-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Scherzinger <info@andy-scherzinger.de>2021-03-26 00:33:29 +0300
committerAndy Scherzinger <info@andy-scherzinger.de>2021-03-26 13:48:55 +0300
commitadac29d756e2e02d82dc7366d219206cf58f2fec (patch)
tree909d7bff5917bf38da9310b7ac87d986ebebcb91 /app/src/main/res/values-night
parentea5ad958ba0a4acc7d66c5ed7327710415da91ee (diff)
improve conversation list layout and dark-theme-colors
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Diffstat (limited to 'app/src/main/res/values-night')
-rw-r--r--app/src/main/res/values-night/colors.xml17
1 files changed, 11 insertions, 6 deletions
diff --git a/app/src/main/res/values-night/colors.xml b/app/src/main/res/values-night/colors.xml
index b4f70325c..466a70ac2 100644
--- a/app/src/main/res/values-night/colors.xml
+++ b/app/src/main/res/values-night/colors.xml
@@ -2,10 +2,12 @@
<!--
~ Nextcloud Talk application
~
- ~ @author Mario Danic
- ~ Copyright (C) 2017-2019 Mario Danic <mario@lovelyhq.com>
+ ~ @author Andy Scherzinger
~ @author Daniel Bailey
+ ~ @author Mario Danic
+ ~ Copyright (C) 2021 Andy Scherzinger <info@andy-scherzinger.de>
~ Copyright (C) 2019 Daniel Bailey <db@grappleIT.co.uk>
+ ~ Copyright (C) 2017-2019 Mario Danic <mario@lovelyhq.com>
~
~ This program is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
@@ -22,16 +24,19 @@
-->
<resources>
- <color name="conversation_item_header">#ffffff</color>
+ <color name="conversation_item_header">#deffffff</color>
- <color name="bg_default">#222222</color>
- <color name="bg_alt">#222222</color>
+ <color name="bg_default">#121212</color>
+ <color name="bg_alt">#121212</color>
<color name="nc_darkGreen">#00AA00</color>
+ <color name="conversation_unread_bubble">#373737</color>
+ <color name="conversation_unread_bubble_text">#D8D8D8</color>
+
<!-- Chat window incoming message text & informational -->
<color name="nc_incoming_text_default">#D8D8D8</color>
<color name="nc_grey">@android:color/holo_purple</color>
- <color name="bg_bottom_sheet">#222222</color>
+ <color name="bg_bottom_sheet">#121212</color>
<color name="bg_message_list_incoming_bubble">#484848</color>
<color name="bg_message_list_incoming_bubble_deleted">#66484848</color>