[Android] White title in recent Apps
Geoffrey Métais
git at videolan.org
Tue Mar 3 16:57:05 CET 2015
vlc-ports/android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Tue Mar 3 16:56:50 2015 +0100| [9e1c06c9fb017226336bf75753491876fd4ebe2f] | committer: Geoffrey Métais
White title in recent Apps
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=9e1c06c9fb017226336bf75753491876fd4ebe2f
---
vlc-android/res/values-v21/styles.xml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/vlc-android/res/values-v21/styles.xml b/vlc-android/res/values-v21/styles.xml
index b343e79..7a06461 100644
--- a/vlc-android/res/values-v21/styles.xml
+++ b/vlc-android/res/values-v21/styles.xml
@@ -6,7 +6,8 @@
<style name="Theme.VLC.Player" parent="Theme.VLC.Player.21"/>
<style name="Theme.VLC.21" parent="Theme.VLC.17">
- <item name="android:colorPrimary">@color/orange500</item>
+ <item name="android:colorPrimary">@color/orange800</item>
+
<item name="android:statusBarColor">@color/darkerorange</item>
<item name="android:popupMenuStyle">@style/PopupMenuStyle.Light</item>
</style>
More information about the Android
mailing list