[Android] Fix ic_folder_music color

Nicolas Pomepuy git at videolan.org
Wed Mar 20 14:10:02 UTC 2024


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Wed Mar 20 11:09:47 2024 +0100| [110420e3b766281019ab4d8a8aee277d72f137ae] | committer: Duncan McNamara

Fix ic_folder_music color

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

 application/resources/src/main/res/drawable/ic_folder_music.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/application/resources/src/main/res/drawable/ic_folder_music.xml b/application/resources/src/main/res/drawable/ic_folder_music.xml
index f1a563be5f..f5e04d296d 100644
--- a/application/resources/src/main/res/drawable/ic_folder_music.xml
+++ b/application/resources/src/main/res/drawable/ic_folder_music.xml
@@ -30,7 +30,7 @@
   <path
       android:pathData="m31.5,19.25c-0.825,0 -1.5,0.675 -1.5,1.5v6.406c-0.442,-0.258 -0.955,-0.407 -1.5,-0.407 -1.648,0 -3,1.352 -3,3 0,1.648 1.352,3 3,3 1.648,0 3,-1.352 3,-3v-7.5h1.5c0.825,0 1.5,-0.675 1.5,-1.5v-1.5zM28.5,28.25c0.837,0 1.5,0.663 1.5,1.5 0,0.837 -0.663,1.5 -1.5,1.5 -0.837,0 -1.5,-0.663 -1.5,-1.5 0,-0.837 0.663,-1.5 1.5,-1.5z"
       android:strokeWidth="1"
-      android:fillColor="#000000"/>
+      android:fillColor="@color/grey700"/>
   <path
       android:pathData="m18.34,12 l4,4H40v20H8v-24H18.34M20,8H8c-2.2,0 -3.98,1.8 -3.98,4l-0.02,24c0,2.2 1.8,4 4,4h32c2.2,0 4,-1.8 4,-4v-20c0,-2.2 -1.8,-4 -4,-4H24Z"
       android:strokeWidth="1"



More information about the Android mailing list