diff --git a/opentasks-theme/src/main/res/values/attrs.xml b/opentasks-theme/src/main/res/values/attrs.xml
index a30b6960..cf367a11 100644
--- a/opentasks-theme/src/main/res/values/attrs.xml
+++ b/opentasks-theme/src/main/res/values/attrs.xml
@@ -19,4 +19,6 @@
+
\ No newline at end of file
diff --git a/opentasks-theme/src/main/res/values/theme_dark.xml b/opentasks-theme/src/main/res/values/theme_dark.xml
index 33e6fa02..0e7d4c52 100644
--- a/opentasks-theme/src/main/res/values/theme_dark.xml
+++ b/opentasks-theme/src/main/res/values/theme_dark.xml
@@ -36,6 +36,7 @@
- ?attr/colorPrimary
- ?attr/colorPrimary
+ - #00000000
- @color/white_6_percent
- @null
@@ -67,6 +68,7 @@
- ?attr/colorPrimary
- ?attr/colorPrimary
+ - #00000000
- @color/white_6_percent
- @null
diff --git a/opentasks-theme/src/main/res/values/theme_light.xml b/opentasks-theme/src/main/res/values/theme_light.xml
index b15d7368..a8f44868 100644
--- a/opentasks-theme/src/main/res/values/theme_light.xml
+++ b/opentasks-theme/src/main/res/values/theme_light.xml
@@ -39,6 +39,7 @@
- ?attr/colorPrimary
- ?attr/colorPrimary
+ - #00000000
- @color/black_3_percent
- @null
@@ -73,6 +74,7 @@
- ?attr/colorPrimary
- ?attr/colorPrimary
+ - #00000000
- @color/black_3_percent
- @null
diff --git a/opentasks/src/main/res/drawable/task_progress_background_shade.xml b/opentasks/src/main/res/drawable/task_progress_background_shade.xml
index a83a00ee..e01c6c5d 100644
--- a/opentasks/src/main/res/drawable/task_progress_background_shade.xml
+++ b/opentasks/src/main/res/drawable/task_progress_background_shade.xml
@@ -5,8 +5,8 @@