mirror of
https://github.com/moparisthebest/k-9
synced 2024-11-27 19:52:17 -05:00
bb88ddc6a0
Fixes issue 4561
10 lines
258 B
XML
10 lines
258 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
|
|
<!-- 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>
|
|
|
|
</resources>
|