[Android] Set VLC theme to DebugLogActivity
Geoffrey Métais
git at videolan.org
Fri Dec 21 11:15:42 CET 2018
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Fri Dec 21 11:14:56 2018 +0100| [33cfd805afa4b89ed60062af8f294dbb62ff0879] | committer: Geoffrey Métais
Set VLC theme to DebugLogActivity
> https://code.videolan.org/videolan/vlc-android/commit/33cfd805afa4b89ed60062af8f294dbb62ff0879
---
vlc-android/flavors/release/AndroidManifest.xml | 1 +
1 file changed, 1 insertion(+)
diff --git a/vlc-android/flavors/release/AndroidManifest.xml b/vlc-android/flavors/release/AndroidManifest.xml
index 1d03bce05..af84f80be 100644
--- a/vlc-android/flavors/release/AndroidManifest.xml
+++ b/vlc-android/flavors/release/AndroidManifest.xml
@@ -20,6 +20,7 @@
<application>
<activity android:name=".gui.DebugLogActivity"
+ android:theme="@style/Theme.VLC"
android:launchMode="singleTop" />
<service android:name=".DebugLogService"
android:process=":logger" />
More information about the Android
mailing list