Restrict translucent reader UI to API 26+ (fixes #2580)

This commit is contained in:
arkon
2020-02-09 22:59:03 -05:00
parent 6a95ff56df
commit f9098b5379
3 changed files with 14 additions and 6 deletions

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<!-- Reader Theme -->
<color name="readerColorDarkPrimary">#BF212121</color>
<color name="readerColorDarkPrimaryDark">#BF1C1C1D</color>
</resources>