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-07-07 19:30:06 +0300
committerMarcel Hibbe <dev@mhibbe.de>2021-09-03 13:58:46 +0300
commit85b2cea6182e82ec73387a8f8c23881fe5d4eed2 (patch)
treefdf563104b5497bbcb68e8516dac59e981785c8f /app/src/main/res/values-night/colors.xml
parent3cfc8274f208650f4a30fd0bb82e478819cb3c0b (diff)
Add order capabilities to file browser
Resolves #919 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 501f515c6..622e1a854 100644
--- a/app/src/main/res/values-night/colors.xml
+++ b/app/src/main/res/values-night/colors.xml
@@ -27,6 +27,7 @@
<color name="colorPrimary">#0082C9</color>
<color name="colorPrimaryDark">#006AA3</color>
<color name="colorAccent">@color/colorPrimary</color>
+ <color name="disabled_text">#ff6F6F6F</color>
<!-- App bar -->
<color name="appbar">#1E1E1E</color>