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-05-03 09:54:12 +0300
committerAndy Scherzinger <info@andy-scherzinger.de>2021-05-03 11:55:13 +0300
commit79e5c3bcaff7e18050da381a125a54a17a9bcb92 (patch)
treed6249d9df336de0e34fec41d44226ff0677a78b0 /app/src/main/res/values-night/colors.xml
parentbeb7fdadba581ef4bc035a4e3e02c39101f6fee6 (diff)
change order/icon of public conversation creation item
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
Diffstat (limited to 'app/src/main/res/values-night/colors.xml')
-rw-r--r--app/src/main/res/values-night/colors.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/src/main/res/values-night/colors.xml b/app/src/main/res/values-night/colors.xml
index 3c8e97869..12b249d12 100644
--- a/app/src/main/res/values-night/colors.xml
+++ b/app/src/main/res/values-night/colors.xml
@@ -51,6 +51,8 @@
<color name="controller_chat_separator">#484848</color>
+ <color name="colorBackgroundDarker">#2C2C2C</color>
+
<!-- Chat window incoming message text & informational -->
<color name="bg_bottom_sheet">#121212</color>
<color name="bg_message_list_incoming_bubble">#484848</color>