Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2024-01-19 22:59:19 +0300
committerStefan Niedermann <info@niedermann.it>2024-01-19 22:59:19 +0300
commit99b5cf927a0f773882c040b95cda00c75a2cf024 (patch)
tree1036970ed1417574c96aa1a5dfd538a1ab12caf2 /app/src/main/res
parentd244d8a4b7fec6d9496d146eb739628bea3b7656 (diff)
fix: BuildConfig and ResId issues
Signed-off-by: Stefan Niedermann <info@niedermann.it>
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/values/colors.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml
index 1983b6367..c6536b902 100644
--- a/app/src/main/res/values/colors.xml
+++ b/app/src/main/res/values/colors.xml
@@ -15,6 +15,7 @@
<!-- TODO REMOVE -->
<!-- ======================================= -->
+ <color name="bottom_sheet_backdrop">#7f000000</color>
<color name="grey600">#757575</color>
<color name="fg_secondary">#999</color>
<color name="bg_highlighted">#eee</color>