mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-10 19:45:05 -05:00
14 lines
465 B
XML
14 lines
465 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources xmlns:android="http://schemas.android.com/apk/res/android">
|
|
|
|
<!-- 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>
|
|
|
|
<style name="Theme.K9.Dialog.Dark" parent="Theme.K9.Dark">
|
|
<item name="backgroundColorChooseAccountHeader">#404040</item>
|
|
</style>
|
|
|
|
</resources>
|