diff --git a/app/src/main/res/layout/about_translation.xml b/app/src/main/res/layout/about_translation.xml
index 37687d6cbfb26d3b67c0326d1e290323ad7172d7..b0d85702417d80ccb174e778fc2e8ef9abef49d4 100644
--- a/app/src/main/res/layout/about_translation.xml
+++ b/app/src/main/res/layout/about_translation.xml
@@ -3,14 +3,14 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
xmlns:tools="http://schemas.android.com/tools"
- xmlns:app="http://schemas.android.com/apk/res-auto"
- app:contentPadding="@dimen/card_padding"
android:layout_marginTop="8dp"
android:layout_marginBottom="8dp">
diff --git a/app/src/main/res/layout/account_list.xml b/app/src/main/res/layout/account_list.xml
index 18078361a708f05a8c5172225d54666a073ab024..1c5c33bc2c3a4ec868cbf7872f046dafa5bf06e3 100644
--- a/app/src/main/res/layout/account_list.xml
+++ b/app/src/main/res/layout/account_list.xml
@@ -31,6 +31,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
style="@style/Widget.MaterialComponents.Button.TextButton"
+ android:textColor="@color/primaryTextColor"
android:text="Manage connections" />
@@ -63,6 +64,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
style="@style/Widget.MaterialComponents.Button.TextButton"
+ android:textColor="@color/primaryTextColor"
android:text="Manage storage" />
diff --git a/app/src/main/res/layout/activity_add_webdav_mount.xml b/app/src/main/res/layout/activity_add_webdav_mount.xml
index 2797006ca5ac4f661f3cdc04b006f7e967f05188..67c0b5dc94de08bf642a310e8842038c26b7e23f 100644
--- a/app/src/main/res/layout/activity_add_webdav_mount.xml
+++ b/app/src/main/res/layout/activity_add_webdav_mount.xml
@@ -119,6 +119,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="end"
+ android:textColor="@color/primaryTextColor"
android:text="@string/webdav_add_mount_add" />
diff --git a/app/src/main/res/layout/activity_debug_info.xml b/app/src/main/res/layout/activity_debug_info.xml
index fd3ab5dc8098ac1296dffad5158f90bff67972d8..ac6abe3b90cb781520d51fc6ec017d8614b010b0 100644
--- a/app/src/main/res/layout/activity_debug_info.xml
+++ b/app/src/main/res/layout/activity_debug_info.xml
@@ -22,6 +22,7 @@
@@ -42,7 +43,8 @@
+ android:background="@color/foregroundColor"
+ android:paddingBottom="@dimen/card_padding">
@@ -139,7 +142,8 @@
@@ -239,7 +244,8 @@
@@ -327,7 +334,8 @@
+ android:background="@color/foregroundColor"
+ android:padding="@dimen/card_padding">
+ android:background="@color/foregroundColor"
+ android:padding="@dimen/card_padding">
diff --git a/app/src/main/res/layout/activity_tasks.xml b/app/src/main/res/layout/activity_tasks.xml
index 98ae2209e035843a00e360beb6a1cccdc04f6dc8..51730f42e904330527d54261c95f925e3edeaee4 100644
--- a/app/src/main/res/layout/activity_tasks.xml
+++ b/app/src/main/res/layout/activity_tasks.xml
@@ -28,7 +28,7 @@
+ android:layout_height="wrap_content"
+ android:padding="@dimen/card_padding"
+ android:background="@color/foregroundColor">
+ android:visibility="@{model.Companion.manufacturerWarning ? View.VISIBLE : View.GONE}">
+ android:layout_height="wrap_content"
+ android:background="@color/foregroundColor"
+ android:padding="@dimen/card_padding">