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

Commit 5a43ff66 authored by cketti's avatar cketti
Browse files

Fix message header background color

parent 715728bf
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -75,7 +75,7 @@
        android:id="@+id/participants_container"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:background="?attr/colorPrimary"
        android:background="?attr/messageHeaderBackground"
        android:clickable="true"
        android:focusable="true"
        android:foreground="?attr/selectableItemBackground"
+1 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@

    <declare-styleable name="K9Styles">
        <attr name="toolbarColor" format="reference|color" />
        <attr name="messageHeaderBackground" format="reference|color" />
        <attr name="bottomBarBackground" format="reference|color" />
        <attr name="iconUnifiedInbox" format="reference" />
        <attr name="iconFolder" format="reference" />
+2 −0
Original line number Diff line number Diff line
@@ -20,6 +20,7 @@
        <item name="colorPrimaryVariant">@color/material_blue_800</item>
        <item name="colorSecondary">@color/material_pink_400</item>
        <item name="colorSecondaryVariant">@color/material_pink_200</item>
        <item name="messageHeaderBackground">@color/material_gray_100</item>
        <item name="bottomBarBackground">@color/material_gray_50</item>

        <item name="toolbarStyle">@style/Widget.K9.Toolbar</item>
@@ -173,6 +174,7 @@
        <item name="colorPrimaryVariant">@color/material_blue_600</item>
        <item name="colorSecondary">@color/material_pink_300</item>
        <item name="colorSecondaryVariant">@color/material_pink_500</item>
        <item name="messageHeaderBackground">@color/material_gray_900</item>
        <item name="bottomBarBackground">@color/material_gray_900</item>

        <item name="toolbarStyle">@style/Widget.K9.Toolbar</item>