mirror of
https://github.com/tachiyomiorg/tachiyomi.git
synced 2024-11-10 15:37:49 +01:00
Disable action mode status bar guard (#5872)
This commit is contained in:
parent
156feb6e8e
commit
b00e8768dc
1 changed files with 4 additions and 0 deletions
|
@ -123,4 +123,8 @@
|
|||
<color name="navigation_right">#CCA6CFD5</color>
|
||||
<color name="navigation_left">#CC7D1128</color>
|
||||
|
||||
<!-- ActionMode status bar color -->
|
||||
<color name="abc_decor_view_status_guard" tools:override="true">@android:color/transparent</color>
|
||||
<color name="abc_decor_view_status_guard_light" tools:override="true">@android:color/transparent</color>
|
||||
|
||||
</resources>
|
||||
|
|
Loading…
Reference in a new issue