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