Remove extraMessageHeaderBackground

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

View file

@ -33,7 +33,6 @@ the 'message view theme' setting).
android:id="@+id/extra_header_container"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:background="?attr/extraMessageHeaderBackground"
android:paddingVertical="4dp"
android:visibility="gone"
tools:visibility="visible">

View file

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

View file

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