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>2022-04-08 10:54:05 +0300
committerAndy Scherzinger <info@andy-scherzinger.de>2022-04-08 10:54:32 +0300
commit7e5056e6e5368d0ae044ad5baaaa18c580f23e18 (patch)
tree6ac08c25405857478aaf93e8aa5c050a64b902e2 /app/src/main/res/values-night/colors.xml
parent65fb284c6c100ef8fcc8a3d9b62b61f3d3cd27d8 (diff)
fix background color of incoming text messages / system messages
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, 1 insertions, 1 deletions
diff --git a/app/src/main/res/values-night/colors.xml b/app/src/main/res/values-night/colors.xml
index 566487e26..5debb59e5 100644
--- a/app/src/main/res/values-night/colors.xml
+++ b/app/src/main/res/values-night/colors.xml
@@ -60,7 +60,7 @@
<!-- Chat window incoming message text & informational -->
<color name="bg_bottom_sheet">#121212</color>
- <color name="bg_message_list_incoming_bubble">#1CFFFFFF</color>
+ <color name="bg_message_list_incoming_bubble">#2A2A2A</color>
<color name="bg_message_list_incoming_bubble_deleted">#14FFFFFF</color>
<color name="textColorMaxContrast">#8c8c8c</color>