Fixed reader not having translucent bars in night mode

This commit is contained in:
Jay 2020-02-11 00:05:07 -08:00
parent a86611c644
commit 489ef7a5f8

View File

@ -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>