[Android] Use the right color for the selection check

Nicolas Pomepuy git at videolan.org
Wed Jun 5 11:51:01 UTC 2024


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Tue May  7 14:41:29 2024 +0200| [811c56724052282ea6959ae4912591e220743779] | committer: Nicolas Pomepuy

Use the right color for the selection check

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

 application/resources/src/main/res/drawable/ic_video_grid_check.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/application/resources/src/main/res/drawable/ic_video_grid_check.xml b/application/resources/src/main/res/drawable/ic_video_grid_check.xml
index 118330b33d..db03b461e7 100644
--- a/application/resources/src/main/res/drawable/ic_video_grid_check.xml
+++ b/application/resources/src/main/res/drawable/ic_video_grid_check.xml
@@ -23,11 +23,13 @@
   -->
 
 <vector xmlns:android="http://schemas.android.com/apk/res/android"
+        xmlns:tools="http://schemas.android.com/tools"
     android:width="24dp"
     android:height="24dp"
     android:viewportWidth="24"
     android:viewportHeight="24">
   <path
-      android:fillColor="@color/orange500"
+      tools:fillColor="@color/orange500"
+      android:fillColor="?attr/colorPrimary"
       android:pathData="M12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zM10,17l-5,-5 1.41,-1.41L10,14.17l7.59,-7.59L19,8l-9,9z"/>
 </vector>



More information about the Android mailing list