[Android] Remove navigation bar color for default style

Alexandre Perraud git at videolan.org
Wed Aug 30 16:51:54 CEST 2017


vlc-android | branch: master | Alexandre Perraud <4leyx4ndre at gmail.com> | Wed Aug 30 16:50:30 2017 +0200| [bc49a61ca76f752a7c94dc296720425d2e092668] | committer: Alexandre Perraud

Remove navigation bar color for default style

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

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

diff --git a/vlc-android/res/values-v21/styles.xml b/vlc-android/res/values-v21/styles.xml
index 170b55828..3754435bd 100644
--- a/vlc-android/res/values-v21/styles.xml
+++ b/vlc-android/res/values-v21/styles.xml
@@ -7,7 +7,6 @@
 
     <style name="Theme.VLC.21" parent="Theme.VLC.7">
         <item name="android:popupMenuStyle">@style/PopupMenuStyle.Light</item>
-        <item name="android:navigationBarColor">?attr/background_actionbar</item>
     </style>
     <style name="Theme.VLC.Black.21" parent="Theme.VLC.Black.7">
         <item name="android:popupMenuStyle">@style/PopupMenuStyle</item>



More information about the Android mailing list