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

Commit 431fb7e7 authored by Daniel Bailey's avatar Daniel Bailey Committed by Niedermann IT-Dienstleistungen
Browse files

Issue #488. Appwidget colours are not consistent in dark theme'd layout

parent 66e34876
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -64,7 +64,7 @@
        android:layout_height="wrap_content"
        android:textAppearance="?android:attr/textAppearanceMedium"
        android:textColor="@color/fg_default_dark_theme"
        android:divider="@color/fg_default_high"/>
        android:divider="@color/fg_default_low_dark_theme"/>

    <TextView
        android:id="@+id/widget_note_list_placeholder_tv_dark"
@@ -72,7 +72,6 @@
        android:layout_height="match_parent"
        android:gravity="center"
        android:text="@string/widget_note_list_placeholder"
        android:textColor="@color/fg_default_high"
        android:background="@color/widget_background_dark_theme"/>
        android:textColor="@color/fg_default_dark_theme" />

</LinearLayout>
+1 −1
Original line number Diff line number Diff line
@@ -17,7 +17,7 @@
        android:layout_height="match_parent"
        android:gravity="center"
        android:text="@string/widget_single_note_placeholder_tv"
        android:textColor="@color/fg_default_high"
        android:textColor="@color/fg_default_high_dark_theme"
        android:textAlignment="center"
        android:padding="@dimen/widget_single_note_padding" />

+0 −3
Original line number Diff line number Diff line
@@ -17,7 +17,4 @@

    <color name="category_background">@color/primary</color>
    <color name="category_border">@color/primary</color>

    <color name="widget_background">#222</color>
    <color name="widget_fg_default_low">#aaaaaa</color>
</resources>
 No newline at end of file
+1 −2
Original line number Diff line number Diff line
@@ -28,8 +28,6 @@

    <!-- Dark Theme -->
    <!-- Defined here until appwidgets can use night/colors -->
    <color name="separator_dark_theme">#666666</color>

    <color name="bg_transparent_dark_theme">#aa000000</color>
    <color name="bg_highlighted_dark_theme">#f3f3f3</color>
    <color name="bg_normal_dark_theme">#222</color>
@@ -42,4 +40,5 @@
    <color name="fg_contrast_dark_theme">#ffffff</color>

    <color name="widget_background_dark_theme">#bf222222</color>
    <color name="widget_fg_dark_theme">#ffffff</color>
</resources>