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
|
|
|
|
|
|
|
<!-- We need to override the dark theme to *not* use the workarounds of Theme.K9.Dark in
|
|
|
|
res/values/ -->
|
|
|
|
<style name="Theme.K9.Dark" parent="Theme.K9.Dark.Base">
|
|
|
|
</style>
|
|
|
|
|
2012-09-15 21:24:40 -04:00
|
|
|
<style name="Theme.K9.Dialog.Dark" parent="Theme.K9.Dark">
|
|
|
|
<item name="backgroundColorChooseAccountHeader">#404040</item>
|
|
|
|
</style>
|
|
|
|
|
2012-09-13 23:50:09 -04:00
|
|
|
</resources>
|