[Android] Darker orange statusbar for lollipop
Geoffrey Métais
git at videolan.org
Wed Nov 19 13:52:42 CET 2014
vlc-ports/android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Wed Nov 19 13:27:33 2014 +0100| [b429aae5126873a41ce0ab2232de64322044d776] | committer: Geoffrey Métais
Darker orange statusbar for lollipop
Here is a screenshot: https://drive.google.com/file/d/0B9oDtj0kgAzuajZrb3VYT2xfR0U/view?usp=sharing
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=b429aae5126873a41ce0ab2232de64322044d776
---
vlc-android/res/values-v21/styles.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/vlc-android/res/values-v21/styles.xml b/vlc-android/res/values-v21/styles.xml
index afb8ccc..04397a8 100644
--- a/vlc-android/res/values-v21/styles.xml
+++ b/vlc-android/res/values-v21/styles.xml
@@ -6,7 +6,7 @@
<style name="Theme.VLC.Player" parent="Theme.VLC.Player.21"/>
<style name="Theme.VLC.21" parent="Theme.VLC.17">
- <item name="android:statusBarColor">@color/darkorange</item>
+ <item name="android:statusBarColor">@color/darkerorange</item>
</style>
<style name="Theme.VLC.Black.21" parent="Theme.VLC.Black.17">
<item name="android:statusBarColor">@color/black3</item>
More information about the Android
mailing list