Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ff3822e4 authored by Stefan Niedermann's avatar Stefan Niedermann Committed by Niedermann IT-Dienstleistungen
Browse files

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

parent 7d0d09f7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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
+1 −0
Original line number Diff line number Diff line
@@ -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
+1 −1
Original line number Diff line number Diff line
@@ -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>
 No newline at end of file