Remove messageHeaderBackground

This commit is contained in:
Wolf-Martell Montwé 2024-02-20 14:38:06 +01:00
parent 9be72289c3
commit a36fa9651c
No known key found for this signature in database
GPG key ID: 6D45B21512ACBF72
3 changed files with 0 additions and 4 deletions

View file

@ -68,7 +68,6 @@
android:id="@+id/participants_container"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?attr/messageHeaderBackground"
android:clickable="true"
android:focusable="true"
android:foreground="?attr/selectableItemBackground"

View file

@ -2,7 +2,6 @@
<resources>
<declare-styleable name="K9Styles">
<attr name="messageHeaderBackground" format="reference|color" />
<attr name="extraMessageHeaderBackground" format="reference|color" />
<attr name="iconUnifiedInbox" format="reference" />
<attr name="iconFolder" format="reference" />

View file

@ -62,7 +62,6 @@
<item name="windowActionModeOverlay">true</item>
<item name="messageHeaderBackground">@color/material_gray_200</item>
<item name="extraMessageHeaderBackground">@color/material_gray_100</item>
<item name="preferenceTheme">@style/PreferenceThemeOverlay</item>
<item name="textInputStyle">?attr/textInputOutlinedStyle</item>
@ -265,7 +264,6 @@
<item name="windowActionModeOverlay">true</item>
<item name="messageHeaderBackground">@color/material_gray_900</item>
<item name="extraMessageHeaderBackground">@color/material_gray_900</item>
<item name="preferenceTheme">@style/PreferenceThemeOverlay</item>