Remove extraMessageHeaderBackground
This commit is contained in:
parent
a36fa9651c
commit
8bfe59a8f7
3 changed files with 0 additions and 5 deletions
|
@ -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">
|
||||
|
|
|
@ -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" />
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue