[Android] Adjust navigation bar color with current theme
    Geoffrey Métais 
    git at videolan.org
       
    Tue Aug 29 12:33:15 CEST 2017
    
    
  
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Tue Aug 29 12:32:40 2017 +0200| [31798cf40115c7874700eff0818324fee022420c] | committer: Geoffrey Métais
Adjust navigation bar color with current theme
> https://code.videolan.org/videolan/vlc-android/commit/31798cf40115c7874700eff0818324fee022420c
---
 vlc-android/res/values-v21/styles.xml | 2 ++
 1 file changed, 2 insertions(+)
diff --git a/vlc-android/res/values-v21/styles.xml b/vlc-android/res/values-v21/styles.xml
index 6b15b141b..4334737e1 100644
--- a/vlc-android/res/values-v21/styles.xml
+++ b/vlc-android/res/values-v21/styles.xml
@@ -7,9 +7,11 @@
 
     <style name="Theme.VLC.21" parent="Theme.VLC.7">
         <item name="android:popupMenuStyle">@style/PopupMenuStyle.Light</item>
+        <item name="android:navigationBarColor">@color/grey50</item>
     </style>
     <style name="Theme.VLC.Black.21" parent="Theme.VLC.Black.7">
         <item name="android:popupMenuStyle">@style/PopupMenuStyle</item>
+        <item name="android:navigationBarColor">@color/grey900</item>
     </style>
     <style name="Theme.VLC.Player.21" parent="Theme.VLC.Player.19">
         <item name="android:windowTranslucentStatus">false</item>">
    
    
More information about the Android
mailing list