mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-01 08:05:08 -04:00
23 lines
1009 B
XML
23 lines
1009 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<style name="Theme.K9.Startup" parent="Theme.K9.Dark" />
|
|
|
|
<style name="Theme.K9.Dark" parent="Theme.K9.Dark.Base">
|
|
<item name="composerBackgroundColor">@android:color/background_dark</item>
|
|
<item name="compatDividerVertical">@android:attr/dividerVertical</item>
|
|
<item name="compatSelectableItemBackground">?android:attr/selectableItemBackground</item>
|
|
</style>
|
|
|
|
<style name="Theme.K9.Light" parent="Theme.K9.Light.Base">
|
|
<item name="composerBackgroundColor">@android:color/background_light</item>
|
|
</style>
|
|
|
|
<style name="Theme.K9.Dialog.Dark" parent="Theme.K9.Dark">
|
|
<item name="backgroundColorChooseAccountHeader">#404040</item>
|
|
<item name="compatDividerVertical">@android:attr/dividerVertical</item>
|
|
<item name="compatSelectableItemBackground">?android:attr/selectableItemBackground</item>
|
|
</style>
|
|
|
|
</resources>
|