[Android] UI : Set orange color to recent apps view

Alexandre Perraud git at videolan.org
Mon Mar 2 16:32:54 CET 2015


vlc-ports/android | branch: master | Alexandre Perraud <4leyx4ndre at gmail.com> | Mon Mar  2 16:32:21 2015 +0100| [129b128ba6bf95b69cd8c57b5895a48628bedd35] | committer: Alexandre Perraud

UI : Set orange color to recent apps view

> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=129b128ba6bf95b69cd8c57b5895a48628bedd35
---

 vlc-android/res/values-v21/styles.xml |    5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/vlc-android/res/values-v21/styles.xml b/vlc-android/res/values-v21/styles.xml
index b57d119..b343e79 100644
--- a/vlc-android/res/values-v21/styles.xml
+++ b/vlc-android/res/values-v21/styles.xml
@@ -6,14 +6,17 @@
     <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:statusBarColor">@color/darkerorange</item>
         <item name="android:popupMenuStyle">@style/PopupMenuStyle.Light</item>
     </style>
     <style name="Theme.VLC.Black.21" parent="Theme.VLC.Black.17">
-        <item name="android:statusBarColor">@color/black3</item>
+        <item name="android:colorPrimary">@color/orange500</item>
+        <item name="android:statusBarColor">@color/grey900</item>
         <item name="android:popupMenuStyle">@style/PopupMenuStyle</item>
     </style>
     <style name="Theme.VLC.Player.21" parent="Theme.VLC.Player.19">
+        <item name="android:colorPrimary">@color/orange500</item>
         <item name="android:windowTranslucentStatus">false</item>">
         <item name="android:windowTranslucentNavigation">false</item>
         <item name="android:navigationBarColor">@android:color/transparent</item>



More information about the Android mailing list