[Android] Adjust navigation bar color with current theme

Geoffrey Métais git at videolan.org
Tue Aug 29 15:17:29 CEST 2017


vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Tue Aug 29 12:32:40 2017 +0200| [6b4e73c5b5740ee70c2267f8ab58d2f08f7b6518] | committer: Geoffrey Métais

Adjust navigation bar color with current theme

> https://code.videolan.org/videolan/vlc-android/commit/6b4e73c5b5740ee70c2267f8ab58d2f08f7b6518
---

 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..9cedb7a1d 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">?attr/background_default_darker</item>
     </style>
     <style name="Theme.VLC.Black.21" parent="Theme.VLC.Black.7">
         <item name="android:popupMenuStyle">@style/PopupMenuStyle</item>
+        <item name="android:navigationBarColor">?attr/background_default_darker</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