Skip to content
Snippets Groups Projects
Commit 87208ed9 authored by fheyming's avatar fheyming
Browse files

fixed dark mode color problems

parent fbbc9a3d
No related branches found
No related tags found
1 merge request!1Mal aufn Master megren
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
android:layout_marginTop="5dp" android:layout_marginTop="5dp"
android:layout_marginStart="5dp" android:layout_marginStart="5dp"
android:layout_marginEnd="5dp" android:layout_marginEnd="5dp"
app:cardBackgroundColor="@color/cardview_light_background"
app:cardCornerRadius="20dp" app:cardCornerRadius="20dp"
app:cardElevation="5dp" app:cardElevation="5dp"
app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintBottom_toBottomOf="parent"
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
android:layout_marginTop="5dp" android:layout_marginTop="5dp"
android:layout_marginStart="5dp" android:layout_marginStart="5dp"
android:layout_marginEnd="5dp" android:layout_marginEnd="5dp"
app:cardBackgroundColor="@color/cardview_light_background"
app:cardCornerRadius="20dp" app:cardCornerRadius="20dp"
app:cardElevation="5dp" app:cardElevation="5dp"
app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintBottom_toBottomOf="parent"
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
android:layout_marginTop="5dp" android:layout_marginTop="5dp"
android:layout_marginStart="5dp" android:layout_marginStart="5dp"
android:layout_marginEnd="5dp" android:layout_marginEnd="5dp"
app:cardBackgroundColor="@color/cardview_light_background"
app:cardCornerRadius="20dp" app:cardCornerRadius="20dp"
app:cardElevation="5dp" app:cardElevation="5dp"
app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintBottom_toBottomOf="parent"
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
android:layout_marginTop="5dp" android:layout_marginTop="5dp"
android:layout_marginStart="5dp" android:layout_marginStart="5dp"
android:layout_marginEnd="5dp" android:layout_marginEnd="5dp"
app:cardBackgroundColor="@color/cardview_light_background"
app:cardCornerRadius="20dp" app:cardCornerRadius="20dp"
app:cardElevation="5dp" app:cardElevation="5dp"
app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintBottom_toBottomOf="parent"
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
android:layout_marginTop="5dp" android:layout_marginTop="5dp"
android:layout_marginStart="5dp" android:layout_marginStart="5dp"
android:layout_marginEnd="5dp" android:layout_marginEnd="5dp"
app:cardBackgroundColor="@color/cardview_light_background"
app:cardCornerRadius="20dp" app:cardCornerRadius="20dp"
app:cardElevation="5dp" app:cardElevation="5dp"
app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintBottom_toBottomOf="parent"
......
...@@ -12,7 +12,6 @@ ...@@ -12,7 +12,6 @@
android:layout_marginTop="5dp" android:layout_marginTop="5dp"
android:layout_marginStart="5dp" android:layout_marginStart="5dp"
android:layout_marginEnd="5dp" android:layout_marginEnd="5dp"
app:cardBackgroundColor="@color/cardview_light_background"
app:cardCornerRadius="20dp" app:cardCornerRadius="20dp"
app:cardElevation="5dp" app:cardElevation="5dp"
app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintBottom_toBottomOf="parent"
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
android:layout_marginTop="5dp" android:layout_marginTop="5dp"
android:layout_marginStart="5dp" android:layout_marginStart="5dp"
android:layout_marginEnd="5dp" android:layout_marginEnd="5dp"
app:cardBackgroundColor="@color/cardview_light_background"
app:cardCornerRadius="20dp" app:cardCornerRadius="20dp"
app:cardElevation="5dp" app:cardElevation="5dp"
app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintBottom_toBottomOf="parent"
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
android:layout_marginTop="5dp" android:layout_marginTop="5dp"
android:layout_marginStart="5dp" android:layout_marginStart="5dp"
android:layout_marginEnd="5dp" android:layout_marginEnd="5dp"
app:cardBackgroundColor="@color/cardview_light_background"
app:cardCornerRadius="20dp" app:cardCornerRadius="20dp"
app:cardElevation="5dp" app:cardElevation="5dp"
app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintBottom_toBottomOf="parent"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment