diff --git a/android/app/src/main/res/layout/button_new_item.xml b/android/app/src/main/res/layout/button_new_item.xml index 9a27fc6fc..9d238de6b 100644 --- a/android/app/src/main/res/layout/button_new_item.xml +++ b/android/app/src/main/res/layout/button_new_item.xml @@ -8,6 +8,7 @@ android:layout_margin="4dp" android:clickable="true" android:focusable="true" + app:cardBackgroundColor="?cardBackground" app:cardCornerRadius="12dp" app:cardElevation="2dp" tools:showIn="@layout/item_charging_sockets"> diff --git a/android/app/src/main/res/layout/item_charge_socket.xml b/android/app/src/main/res/layout/item_charge_socket.xml index 69b09271b..eeb49abef 100644 --- a/android/app/src/main/res/layout/item_charge_socket.xml +++ b/android/app/src/main/res/layout/item_charge_socket.xml @@ -6,6 +6,7 @@ android:layout_margin="4dp" android:clickable="true" android:focusable="true" + app:cardBackgroundColor="?cardBackground" app:cardCornerRadius="12dp" app:cardElevation="2dp">