2012-09-13 23:50:09 -04:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2012-09-15 21:24:40 -04:00
|
|
|
<resources xmlns:android="http://schemas.android.com/apk/res/android">
|
2012-09-13 23:50:09 -04:00
|
|
|
|
2013-05-05 00:02:39 -04:00
|
|
|
<style name="Theme.K9.Startup" parent="Theme.K9.Dark" />
|
2013-05-04 02:23:54 -04:00
|
|
|
|
2012-09-13 23:50:09 -04:00
|
|
|
<style name="Theme.K9.Dark" parent="Theme.K9.Dark.Base">
|
2013-02-12 08:28:45 -05:00
|
|
|
<item name="composerBackgroundColor">@android:color/background_dark</item>
|
2013-06-30 16:29:37 -04:00
|
|
|
<item name="compatDividerVertical">@android:attr/dividerVertical</item>
|
|
|
|
<item name="compatSelectableItemBackground">?android:attr/selectableItemBackground</item>
|
2013-02-12 08:28:45 -05:00
|
|
|
</style>
|
|
|
|
|
|
|
|
<style name="Theme.K9.Light" parent="Theme.K9.Light.Base">
|
|
|
|
<item name="composerBackgroundColor">@android:color/background_light</item>
|
2012-09-13 23:50:09 -04:00
|
|
|
</style>
|
|
|
|
|
2012-09-15 21:24:40 -04:00
|
|
|
<style name="Theme.K9.Dialog.Dark" parent="Theme.K9.Dark">
|
|
|
|
<item name="backgroundColorChooseAccountHeader">#404040</item>
|
2013-06-30 16:29:37 -04:00
|
|
|
<item name="compatDividerVertical">@android:attr/dividerVertical</item>
|
|
|
|
<item name="compatSelectableItemBackground">?android:attr/selectableItemBackground</item>
|
2012-09-15 21:24:40 -04:00
|
|
|
</style>
|
|
|
|
|
2012-09-13 23:50:09 -04:00
|
|
|
</resources>
|