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-04-19 22:37:06 +0300
committerAndy Scherzinger <info@andy-scherzinger.de>2021-04-26 16:52:52 +0300
commit5ab44332c4133800e0f8ed29d41b2afd9d5be90d (patch)
tree238c32d886e4a55f899f84896c5e0073152bc88a /app/src/main/res/values-night/colors.xml
parent71ca6fbbfd8b62ae595e5ffec0c0a2682bb6029d (diff)
tone down placeholders in dark mode
Resolves #1140 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.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/app/src/main/res/values-night/colors.xml b/app/src/main/res/values-night/colors.xml
index 71662a257..cca535763 100644
--- a/app/src/main/res/values-night/colors.xml
+++ b/app/src/main/res/values-night/colors.xml
@@ -58,4 +58,8 @@
<color name="bg_message_list_incoming_bubble_deleted">#66484848</color>
<color name="textColorMaxContrast">#8c8c8c</color>
+
+ <!-- shimmer element colors -->
+ <color name="nc_shimmer_default_color">#4B4B4B</color>
+ <color name="nc_shimmer_darker_color">#282828</color>
</resources>