Remove floating action button styles
This commit is contained in:
parent
0279a77568
commit
0eab7be828
3 changed files with 1 additions and 8 deletions
|
@ -32,9 +32,8 @@
|
|||
android:layout_gravity="bottom|end"
|
||||
android:layout_margin="@dimen/floatingActionButtonMargin"
|
||||
android:contentDescription="@string/compose_action"
|
||||
app:backgroundTint="?attr/floatingActionButtonBackgroundColor"
|
||||
app:layout_behavior="com.fsck.k9.ui.fab.HideFabOnScrollBehavior"
|
||||
app:srcCompat="?attr/iconActionCompose"
|
||||
app:tint="?attr/floatingActionButtonForegroundColor" />
|
||||
/>
|
||||
|
||||
</androidx.coordinatorlayout.widget.CoordinatorLayout>
|
||||
|
|
|
@ -4,8 +4,6 @@
|
|||
<declare-styleable name="K9Styles">
|
||||
<attr name="messageHeaderBackground" format="reference|color" />
|
||||
<attr name="extraMessageHeaderBackground" format="reference|color" />
|
||||
<attr name="floatingActionButtonBackgroundColor" format="reference|color" />
|
||||
<attr name="floatingActionButtonForegroundColor" format="reference|color" />
|
||||
<attr name="iconUnifiedInbox" format="reference" />
|
||||
<attr name="iconFolder" format="reference" />
|
||||
<attr name="iconFolderInbox" format="reference" />
|
||||
|
|
|
@ -64,8 +64,6 @@
|
|||
<item name="messageHeaderBackground">@color/material_gray_200</item>
|
||||
<item name="extraMessageHeaderBackground">@color/material_gray_100</item>
|
||||
<item name="bottomBarBackground">@color/material_gray_50</item>
|
||||
<item name="floatingActionButtonBackgroundColor">?attr/colorPrimary</item>
|
||||
<item name="floatingActionButtonForegroundColor">?attr/colorOnPrimary</item>
|
||||
|
||||
<item name="preferenceTheme">@style/PreferenceThemeOverlay</item>
|
||||
<item name="textInputStyle">?attr/textInputOutlinedStyle</item>
|
||||
|
@ -271,8 +269,6 @@
|
|||
<item name="messageHeaderBackground">@color/material_gray_900</item>
|
||||
<item name="extraMessageHeaderBackground">@color/material_gray_900</item>
|
||||
<item name="bottomBarBackground">@color/material_gray_900</item>
|
||||
<item name="floatingActionButtonBackgroundColor">?attr/colorPrimary</item>
|
||||
<item name="floatingActionButtonForegroundColor">?attr/colorOnPrimary</item>
|
||||
|
||||
<item name="preferenceTheme">@style/PreferenceThemeOverlay</item>
|
||||
<item name="textInputStyle">?attr/textInputOutlinedStyle</item>
|
||||
|
|
Loading…
Reference in a new issue