#885 Use same background-color for cards and toolbar in dark mode & grid view

This commit is contained in:
Stefan Niedermann 2020-06-20 14:31:37 +02:00 committed by Niedermann IT-Dienstleistungen
parent 7d0d09f71b
commit ff3822e419
3 changed files with 3 additions and 1 deletions

View file

@ -6,6 +6,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:focusable="true"
app:cardBackgroundColor="@color/appbar"
app:cardCornerRadius="@dimen/spacer_1x">
<LinearLayout

View file

@ -6,6 +6,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:focusable="true"
app:cardBackgroundColor="@color/appbar"
app:cardCornerRadius="@dimen/spacer_1x">
<LinearLayout

View file

@ -17,7 +17,7 @@
<color name="fg_default_high">#757575</color>
<color name="fg_contrast">#000000</color>
<color name="appbar">#1e1e1e</color>
<color name="appbar">#212121</color>
<color name="category_background">@color/defaultBrand</color>
</resources>