[Android] Update default drawable for audio playlist

Nicolas Pomepuy git at videolan.org
Fri Jul 26 11:08:20 CEST 2019


vlc-android | branch: master | Nicolas Pomepuy <nicolas.pomepuy at gmail.com> | Thu Jul 25 11:58:46 2019 +0200| [5ec7489dabce180e6c885cd9558ef40ad000c1f7] | committer: Nicolas Pomepuy

Update default drawable for audio playlist

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

 vlc-android/res/drawable/ic_no_song_background.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vlc-android/res/drawable/ic_no_song_background.xml b/vlc-android/res/drawable/ic_no_song_background.xml
index 74667ad42..afb386209 100644
--- a/vlc-android/res/drawable/ic_no_song_background.xml
+++ b/vlc-android/res/drawable/ic_no_song_background.xml
@@ -12,7 +12,7 @@
             android:strokeAlpha="1"
             android:strokeLineJoin="round"
             android:strokeWidth="1.77165353"
-            android:fillColor="#bdbdbd"
+            android:fillColor="?attr/font_audio_light"
             android:strokeColor="#00000000"
             android:fillType="nonZero"
             android:fillAlpha="1"



More information about the Android mailing list