Skip to content
Snippets Groups Projects
Commit 3af1841e authored by Nicolas Pomepuy's avatar Nicolas Pomepuy
Browse files

Fix themes

(Partial cherry pick from commit 12467f8e)
parent 12898941
No related branches found
No related tags found
No related merge requests found
......@@ -305,7 +305,7 @@
<item name="android:windowBackground">@color/grey200</item>
</style>
<style name="Theme.VLC.Transparent" parent="Theme.AppCompat.DayNight">
<style name="Theme.VLC.Transparent" parent="Theme.MaterialComponents.NoActionBar">
<item name="colorPrimary">@color/orange800</item>
<item name="colorPrimaryDark">@color/transparent</item>
<item name="colorAccent">@color/orange600</item>
......@@ -313,7 +313,7 @@
<item name="android:windowIsTranslucent">true</item>
</style>
<style name="Theme.VLC.Transparent.NoUI" parent="android:Theme">
<style name="Theme.VLC.Transparent.NoUI" parent="Theme.VLC.Transparent">
<item name="android:windowIsTranslucent">true</item>
<item name="android:windowBackground">@android:color/transparent</item>
<item name="android:windowContentOverlay">@null</item>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment