Fix vlc string under dialogs

(cherry picked from commit aced1c359b)
This commit is contained in:
Nicolas Pomepuy
2019-09-13 13:58:08 +02:00
committed by Geoffrey Métais
parent 2d581275b3
commit 6e6560e943

View File

@@ -515,7 +515,8 @@
<activity
android:name=".gui.DialogActivity"
android:configChanges="orientation|screenSize"
android:theme="@style/VLCTransparentTheme"/>
android:theme="@style/VLCTransparentTheme"
android:label="" />
<activity
android:name=".gui.wizard.MLWizardActivity"
android:configChanges="orientation|screenSize"