diff --git a/core/src/main/res/layout/maintenance_import_list_item.xml b/core/src/main/res/layout/maintenance_import_list_item.xml
index 30b58d31f0..50859ad4c5 100644
--- a/core/src/main/res/layout/maintenance_import_list_item.xml
+++ b/core/src/main/res/layout/maintenance_import_list_item.xml
@@ -1,14 +1,21 @@
-
+ android:layout_marginStart="4dp"
+ android:layout_marginEnd="4dp"
+ android:layout_marginTop="4dp"
+ app:strokeColor="?attr/strokeColor"
+ app:strokeWidth="2dp"
+ app:cardCornerRadius="3dp"
+ app:contentPadding="2dp"
+ app:cardElevation="2dp"
+ app:cardUseCompatPadding="false"
+ android:layout_gravity="center">
-
-
-
-
+
diff --git a/core/src/main/res/values-night/styles.xml b/core/src/main/res/values-night/styles.xml
index dcef1bf39c..b0b4a086b6 100644
--- a/core/src/main/res/values-night/styles.xml
+++ b/core/src/main/res/values-night/styles.xml
@@ -223,6 +223,8 @@
- @color/bgi
- @color/ratio
- @color/activity
+
+ - @color/plastic_grey
diff --git a/core/src/main/res/values/attrs.xml b/core/src/main/res/values/attrs.xml
index 095291bc71..c2364008d3 100644
--- a/core/src/main/res/values/attrs.xml
+++ b/core/src/main/res/values/attrs.xml
@@ -203,4 +203,6 @@
+
+
\ No newline at end of file
diff --git a/core/src/main/res/values/colors.xml b/core/src/main/res/values/colors.xml
index 771e8869f0..9cebe24152 100644
--- a/core/src/main/res/values/colors.xml
+++ b/core/src/main/res/values/colors.xml
@@ -36,7 +36,7 @@
@color/black_alpha_90
- @color/midlightgray
+ #B2B2B2
#000000
@color/colorAccent
#33969696
@@ -146,12 +146,12 @@
#00000000
- #77dd77
+ #66BB6A
#FF8C00
#FF5555
- #757575
+ #666666
#000000
#f4d700
@@ -190,7 +190,7 @@
#779ECB
#E19701
- #42A5F5
+ #429BF5
#67dfe8
#E19701
#e93057
diff --git a/core/src/main/res/values/styles.xml b/core/src/main/res/values/styles.xml
index 810077f242..f1dbc5de9d 100644
--- a/core/src/main/res/values/styles.xml
+++ b/core/src/main/res/values/styles.xml
@@ -231,6 +231,8 @@
- @color/bgi
- @color/ratio
- @color/activity
+
+ - @color/plastic_grey