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 23:52:30 +0300
committerAndy Scherzinger <info@andy-scherzinger.de>2021-04-26 16:52:54 +0300
commite1d4331f16ee925347a05dbcc17af5fe36c399fe (patch)
tree08fb39622f3d16836365760b9dd61b587abdca7e /app/src/main/res/values-night/colors.xml
parent6810bc98d4f4e88b2846839d36b80f75e22e3e1e (diff)
properly set pull-to-refresh-spinner-background-color
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.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/values-night/colors.xml b/app/src/main/res/values-night/colors.xml
index cca535763..97450c3dd 100644
--- a/app/src/main/res/values-night/colors.xml
+++ b/app/src/main/res/values-night/colors.xml
@@ -31,6 +31,7 @@
<!-- App bar -->
<color name="appbar">#1E1E1E</color>
<color name="fontAppbar">#FFFFFF</color>
+ <color name="refresh_spinner_background">#222222</color>
<!-- general text colors -->
<color name="high_emphasis_text">#deffffff</color>