[Android] Fix Player for Android 2&3
Geoffrey Métais
git at videolan.org
Thu Nov 20 16:32:02 CET 2014
vlc-ports/android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Thu Nov 20 14:40:38 2014 +0100| [fad4feb4e55aab68b36d5b330c417cce52ae3493] | committer: Geoffrey Métais
Fix Player for Android 2&3
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=fad4feb4e55aab68b36d5b330c417cce52ae3493
---
vlc-android/res/values/styles.xml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/vlc-android/res/values/styles.xml b/vlc-android/res/values/styles.xml
index b7c00fb..503ff69 100644
--- a/vlc-android/res/values/styles.xml
+++ b/vlc-android/res/values/styles.xml
@@ -153,8 +153,10 @@
<item name="android:windowBackground">@color/background_common</item>
</style>
- <style name="Theme.VLC.Player" parent="android:Theme.NoTitleBar.Fullscreen">
+ <style name="Theme.VLC.Player" parent="Theme.AppCompat">
<item name="android:windowBackground">@color/black</item>
+ <item name="android:windowFullscreen">true</item>
+ <item name="windowActionBar">false</item>
<item name="video_player_overlay">@color/transparent_gray</item>
<item name="advanced_options_style">@style/Theme.VLC.AdvancedOptionsBlack</item>
More information about the Android
mailing list