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

Commit 7766f650 authored by Daniel's avatar Daniel Committed by Niedermann IT-Dienstleistungen
Browse files

Permanent fix for white-on-grey widget colours.

parent 2af7d2d7
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -30,7 +30,7 @@
        android:layout_gravity="center_vertical"
        android:gravity="center_vertical"
        android:layout_weight="1"
        android:textColor="@color/black"
        android:textColor="@color/widget_fg_default"
        android:lines="1"
        android:ellipsize="end" />

+1 −1
Original line number Diff line number Diff line
@@ -31,7 +31,7 @@
            android:id="@+id/widget_note_list_title_tv"
            android:layout_width="wrap_content"
            android:layout_height="match_parent"
            android:textColor="@color/white"
            android:textColor="@color/widget_fg_contrast"
            android:textStyle="bold"
            android:textSize="18sp"
            android:layout_toRightOf="@id/widget_note_header_icon"
+1 −1
Original line number Diff line number Diff line
@@ -3,4 +3,4 @@
    android:id="@+id/single_note_content_tv"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:textColor="@color/black" />
    android:textColor="@color/widget_fg_default" />
+2 −2
Original line number Diff line number Diff line
@@ -24,6 +24,6 @@
    <color name="category_background">#FFF</color>
    <color name="category_border">@color/primary</color>

    <color name="black">#000000</color>
    <color name="white">#ffffff</color>
    <color name="widget_fg_default">#000000</color>
    <color name="widget_fg_contrast">#ffffff</color>
</resources>
 No newline at end of file