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

Commit 1432409d authored by Fahim Salam Chowdhury's avatar Fahim Salam Chowdhury 👽
Browse files

Merge branch '1069-Fix_widget_theme' into 'main'

1069-Fix_widget_theme

See merge request !32
parents a7499741 ca0b055f
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -27,7 +27,7 @@
        android:layout_height="wrap_content"
        android:layout_gravity="center_vertical"
        android:layout_weight="1"
        android:textColor="@color/color_default_primary_text"
        android:textColor="@color/widget_foreground"
        android:ellipsize="end"
        android:gravity="center_vertical"
        android:lines="1"
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@
        android:layout_height="match_parent"
        android:gravity="center"
        android:text="@string/widget_note_list_placeholder"
        android:textColor="@color/fg_default_high"
        android:textColor="@color/widget_foreground"
        tools:visibility="gone" />

</LinearLayout>
+1 −1
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@
        android:gravity="center"
        android:padding="@dimen/spacer_1x"
        android:text="@string/widget_single_note_placeholder_tv"
        android:textColor="@color/color_default_primary_text"
        android:textColor="@color/widget_foreground"
        android:textAlignment="center" />

</RelativeLayout>
+1 −1
Original line number Diff line number Diff line
@@ -5,5 +5,5 @@
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:lineSpacingMultiplier="@dimen/note_line_spacing"
    android:textColor="@color/color_default_primary_text"
    android:textColor="@color/widget_foreground"
    tools:text="@tools:sample/lorem/random" />
 No newline at end of file
+2 −2
Original line number Diff line number Diff line
@@ -37,6 +37,6 @@

    <color name="appbar">@color/primary_dark</color>

    <color name="widget_background">#ddffffff</color>
    <color name="widget_foreground">#222222</color>
    <color name="widget_background">@color/e_background</color>
    <color name="widget_foreground">@color/e_primary_text_color</color>
</resources>