mirror of
https://github.com/mihonapp/mihon.git
synced 2025-10-31 22:37:56 +01:00
Restrict translucent reader UI to API 26+ (fixes #2580)
This commit is contained in:
8
app/src/main/res/values-v26/colors.xml
Normal file
8
app/src/main/res/values-v26/colors.xml
Normal 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>
|
||||
Reference in New Issue
Block a user