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

github.com/bitfireAT/davx5-ose.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorMichael Biebl <mbiebl@messageconcept.com>2022-08-10 18:09:35 +0300
committerGitHub <noreply@github.com>2022-08-10 18:09:35 +0300
commit7bb97ffa31e2570c08dc13bcd8c978487b0ba083 (patch)
tree909be41314a9d25939bb48394d8f469139c94ce1 /app
parentfbb7c6d1618810b860e89dc03c0cec1481342cd5 (diff)
Remove unused colors (#110)
They are a left over from commit 12802f8697b51a7def4a7756a88b95a7fa96780c and the incomplete removal in commit 054f1ece612eceef962b356b7ad8b2b7125a6393
Diffstat (limited to 'app')
-rw-r--r--app/src/main/res/values/styles.xml5
1 files changed, 0 insertions, 5 deletions
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml
index 75ffbab8..b0d9e9e4 100644
--- a/app/src/main/res/values/styles.xml
+++ b/app/src/main/res/values/styles.xml
@@ -35,11 +35,6 @@
<color name="backgroundColor">@color/grey200</color>
<color name="errorColor">@color/red700</color>
- <color name="badge_coffee">#352B1B</color>
- <color name="badge_life_buoy">#FF6A00</color>
- <color name="badge_medal">#FFC200</color>
- <color name="badge_sailboat">#083d77</color>
-
<!-- app theme -->
<style name="AppTheme.Base" parent="Theme.MaterialComponents.DayNight"/>