[Android] [PATCH 2/3] style: rename VLC.Fullscreen to VLC.Player

Thomas Guillem thomas.guillem at gmail.com
Tue Sep 30 18:42:05 CEST 2014


This style is only used for VideoPlayerActivity.
---
 vlc-android/AndroidManifest.xml   | 2 +-
 vlc-android/res/values/styles.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/vlc-android/AndroidManifest.xml b/vlc-android/AndroidManifest.xml
index dd2e2b5..da51abb 100644
--- a/vlc-android/AndroidManifest.xml
+++ b/vlc-android/AndroidManifest.xml
@@ -54,7 +54,7 @@
         <activity
             android:name=".gui.video.VideoPlayerActivity"
             android:configChanges="orientation|screenSize"
-            android:theme="@style/Theme.VLC.Fullscreen" >
+            android:theme="@style/Theme.VLC.Player" >
 
             <!-- This filter captures protocols without type info -->
             <intent-filter>
diff --git a/vlc-android/res/values/styles.xml b/vlc-android/res/values/styles.xml
index 2ba5bb1..c4b3ff6 100644
--- a/vlc-android/res/values/styles.xml
+++ b/vlc-android/res/values/styles.xml
@@ -147,7 +147,7 @@
         <item name="android:windowBackground">@color/background_common</item>
     </style>
 
-    <style name="Theme.VLC.Fullscreen" parent="android:Theme.NoTitleBar.Fullscreen">
+    <style name="Theme.VLC.Player" parent="android:Theme.NoTitleBar.Fullscreen">
         <item name="android:windowBackground">@color/black</item>
         <item name="video_player_overlay">@color/transparent_gray</item>
 
-- 
2.1.0



More information about the Android mailing list