[Android] style: rename VLC.Fullscreen to VLC.Player
Thomas Guillem
git at videolan.org
Thu Oct 2 05:36:23 CEST 2014
vlc-ports/android | branch: master | Thomas Guillem <thomas.guillem at gmail.com> | Tue Sep 30 18:42:05 2014 +0200| [8500ed151509cab0198b40822a6087fd28f4a288] | committer: Edward Wang
style: rename VLC.Fullscreen to VLC.Player
This style is only used for VideoPlayerActivity.
Signed-off-by: Edward Wang <edward.c.wang at compdigitec.com>
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=8500ed151509cab0198b40822a6087fd28f4a288
---
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>
More information about the Android
mailing list