[Android] Fix audio player play icon not visible

Nicolas Pomepuy git at videolan.org
Thu Jun 27 11:02:34 CEST 2019


vlc-android | branch: master | Nicolas Pomepuy <nicolas.pomepuy at gmail.com> | Thu Jun 27 07:07:17 2019 +0200| [de03b71052b0828dd763fd7ff4663e83344e634f] | committer: Nicolas Pomepuy

Fix audio player play icon not visible

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

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

diff --git a/vlc-android/res/values/styles.xml b/vlc-android/res/values/styles.xml
index 728951f22..77209da7c 100644
--- a/vlc-android/res/values/styles.xml
+++ b/vlc-android/res/values/styles.xml
@@ -201,6 +201,7 @@
         <item name="progress_indeterminate_tint">@color/orange500</item>
         <item name="progress_background">@color/grey700</item>
         <item name="ariane_text_color">@color/grey50</item>
+        <item name="player_icon_color">@color/white</item>
     </style>
 
     <style name="Theme.VLC.Onboarding" parent="Theme.VLC.Black">



More information about the Android mailing list