2012-09-14 05:50:09 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2012-09-16 03:24:40 +02:00
|
|
|
<resources xmlns:android="http://schemas.android.com/apk/res/android">
|
2012-09-14 05:50:09 +02:00
|
|
|
|
|
|
|
<style name="Theme.K9.Dark" parent="Theme.K9.Dark.Base">
|
2013-02-12 14:28:45 +01:00
|
|
|
<item name="composerBackgroundColor">@android:color/background_dark</item>
|
|
|
|
</style>
|
|
|
|
|
|
|
|
<style name="Theme.K9.Light" parent="Theme.K9.Light.Base">
|
|
|
|
<item name="composerBackgroundColor">@android:color/background_light</item>
|
2012-09-14 05:50:09 +02:00
|
|
|
</style>
|
|
|
|
|
2012-09-16 03:24:40 +02:00
|
|
|
<style name="Theme.K9.Dialog.Dark" parent="Theme.K9.Dark">
|
|
|
|
<item name="backgroundColorChooseAccountHeader">#404040</item>
|
|
|
|
</style>
|
|
|
|
|
2012-09-14 05:50:09 +02:00
|
|
|
</resources>
|