Fixed reader not having translucent bars in night mode
This commit is contained in:
parent
a86611c644
commit
489ef7a5f8
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<style name="Theme.Base.Reader" parent="Theme.Base">
|
||||
<item name="colorPrimary">@color/darkPrimaryTranslucent</item>
|
||||
<item name="colorPrimaryDark">@color/darkPrimaryTranslucent</item>
|
||||
<item name="android:statusBarColor">?colorPrimaryDark</item>
|
||||
<item name="android:navigationBarColor">?colorPrimaryDark</item>
|
||||
<item name="colorPrimary">@color/readerPrimary</item>
|
||||
<item name="colorPrimaryDark">@color/readerPrimary</item>
|
||||
<item name="android:colorBackground">@color/readerDarkBackground</item>
|
||||
</style>
|
||||
|
||||
|
|
Reference in a new issue