b25ca7617d
Closes #6927 This makes it more consistent with the library. Tapping the chapters heading still opens the sheet for convenience.
12 lines
345 B
XML
12 lines
345 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
|
|
<!--== AMOLED Mode Overlay ==-->
|
|
<style name="ThemeOverlay.Tachiyomi.Amoled" parent="">
|
|
<!-- Theme Colors -->
|
|
<item name="colorSurface">@color/surface_amoled</item>
|
|
<item name="android:colorBackground">@color/background_amoled</item>
|
|
</style>
|
|
|
|
</resources>
|