[Android] Fix vlc string under dialogs
Nicolas Pomepuy
git at videolan.org
Fri Sep 13 14:19:39 CEST 2019
vlc-android | branch: master | Nicolas Pomepuy <nicolas.pomepuy at gmail.com> | Fri Sep 13 13:58:08 2019 +0200| [aced1c359b15bd17c8b347dc9e9cda0e058ea480] | committer: Nicolas Pomepuy
Fix vlc string under dialogs
> https://code.videolan.org/videolan/vlc-android/commit/aced1c359b15bd17c8b347dc9e9cda0e058ea480
---
vlc-android/AndroidManifest.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index ce8bd2383..ebc64cd00 100644
--- a/vlc-android/AndroidManifest.xml
+++ b/vlc-android/AndroidManifest.xml
@@ -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"
More information about the Android
mailing list