[Android] UI : Fix action bar recent apps black theme

Alexandre Perraud git at videolan.org
Mon Mar 9 11:17:44 CET 2015


vlc-ports/android | branch: master | Alexandre Perraud <4leyx4ndre at gmail.com> | Mon Mar  9 11:15:48 2015 +0100| [e4caf752ad2d84747784efd7f679cf3622cf9d17] | committer: Alexandre Perraud

UI : Fix action bar recent apps black theme

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

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

diff --git a/vlc-android/res/values-v21/styles.xml b/vlc-android/res/values-v21/styles.xml
index 7a06461..b6305c4 100644
--- a/vlc-android/res/values-v21/styles.xml
+++ b/vlc-android/res/values-v21/styles.xml
@@ -12,12 +12,12 @@
         <item name="android:popupMenuStyle">@style/PopupMenuStyle.Light</item>
     </style>
     <style name="Theme.VLC.Black.21" parent="Theme.VLC.Black.17">
-        <item name="android:colorPrimary">@color/orange500</item>
+        <item name="android:colorPrimary">@color/orange800</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:colorPrimary">@color/orange800</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