[Android] Add a selected state on the audio cards play button

Nicolas Pomepuy git at videolan.org
Fri Aug 6 04:01:32 UTC 2021


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Thu Aug  5 14:30:43 2021 +0200| [865a56336db607aaf07534e57de7b73051d23c00] | committer: Nicolas Pomepuy

Add a selected state on the audio cards play button

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

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

diff --git a/application/resources/src/main/res/drawable/ic_play_circle_card.xml b/application/resources/src/main/res/drawable/ic_play_circle_card.xml
index 82599c2d3..a38cb5369 100644
--- a/application/resources/src/main/res/drawable/ic_play_circle_card.xml
+++ b/application/resources/src/main/res/drawable/ic_play_circle_card.xml
@@ -31,7 +31,7 @@
           android:pathData="M20,12a8,8 90,1 0,-16 -0a8,8 90,1 0,16 -0z"
           android:strokeAlpha="1"
           android:strokeWidth="0.1"
-          android:fillColor="@color/white"
+          android:fillColor="@color/standard_selection"
           android:strokeColor="?attr/colorControlNormal"
           android:fillType="nonZero"
           android:fillAlpha="1" />



More information about the Android mailing list