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:
Jarne Demeulemeester 2023-09-09 22:04:55 +02:00
parent f5dcd7af28
commit 81aba42489
No known key found for this signature in database
GPG key ID: 1E5C6AFBD622E9F5

View file

@ -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>