Merge pull request #1668 from k9mail/GH-1666_fix_dark_theme
Fix dark theme Fixes #1666
This commit is contained in:
commit
ab4f8e3907
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
<item name="android:contextPopupMenuStyle">@style/ContextPopupMenuStyleLight</item>
|
||||
</style>
|
||||
|
||||
<style name="Theme.K9.Dark" parent="Theme.K9.Light.Common">
|
||||
<style name="Theme.K9.Dark" parent="Theme.K9.Dark.Common">
|
||||
<item name="android:contextPopupMenuStyle">@style/ContextPopupMenuStyleDark</item>
|
||||
</style>
|
||||
|
||||
|
|
|
@ -136,7 +136,7 @@
|
|||
</style>
|
||||
|
||||
<style name="Theme.K9.Light" parent="Theme.K9.Light.Common" />
|
||||
<style name="Theme.K9.Dark" parent="Theme.K9.Light.Common" />
|
||||
<style name="Theme.K9.Dark" parent="Theme.K9.Dark.Common" />
|
||||
|
||||
<style name="Theme.K9.Dialog.Light" parent="Theme.K9.Light">
|
||||
<item name="backgroundColorChooseAccountHeader">#cccccc</item>
|
||||
|
|
Loading…
Reference in a new issue