Skip to content
Snippets Groups Projects
Commit 12a75955 authored by Geoffrey Métais's avatar Geoffrey Métais
Browse files

Transparent theme for smoother startup

parent 87c03d1b
No related branches found
No related tags found
No related merge requests found
......@@ -78,7 +78,7 @@
android:banner="@drawable/banner"
android:label="@string/app_name"
android:logo="@drawable/icon"
android:theme="@style/Theme.VLC.NoTitleBar"
android:theme="@style/Theme.VLC.Transparent"
android:supportsRtl="true" >
<!-- Enable VLC in Samsung multiwindow mode -->
......
......@@ -189,6 +189,11 @@
<item name="android:windowBackground">@color/grey200</item>
</style>
<style name="Theme.VLC.Transparent" parent="Theme.AppCompat.DayNight">
<item name="android:windowNoTitle">true</item>
<item name="android:windowIsTranslucent">true</item>
</style>
<style name="Theme.VLC.Player" parent="Theme.VLC.Player.7"/>
<style name="Theme.VLC.Player.7" parent="Theme.AppCompat">
<item name="android:windowNoTitle">true</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