fix: use Theme.Findroid
as parent for Player theme
Fixes incorrect background color in player popups when using night mode Fix #503
This commit is contained in:
parent
f5dcd7af28
commit
81aba42489
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
<resources>
|
||||
<!-- Player theme -->
|
||||
<style name="Theme.Findroid.Player" parent="Base.Theme.Findroid">
|
||||
<style name="Theme.Findroid.Player" parent="Theme.Findroid">
|
||||
<item name="android:navigationBarColor">@android:color/transparent</item>
|
||||
<item name="android:statusBarColor">@android:color/transparent</item>
|
||||
</style>
|
||||
|
|
Loading…
Reference in a new issue