[Android] Fix repeat one icon color

Nicolas Pomepuy git at videolan.org
Fri Jan 29 11:57:21 UTC 2021


vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Fri Jan 29 11:01:28 2021 +0100| [73a8e39f7f1a87ae932ebcabde8798947c6ec716] | committer: Nicolas Pomepuy

Fix repeat one icon color

Fixes #1621

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

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

diff --git a/application/resources/src/main/res/drawable/ic_repeat_one.xml b/application/resources/src/main/res/drawable/ic_repeat_one.xml
index d2121a95e..7626ea7f4 100644
--- a/application/resources/src/main/res/drawable/ic_repeat_one.xml
+++ b/application/resources/src/main/res/drawable/ic_repeat_one.xml
@@ -8,7 +8,7 @@
             android:strokeAlpha="1"
             android:strokeLineJoin="round"
             android:strokeWidth="2"
-            android:fillColor="?attr/player_icon_color"
+            android:fillColor="@color/orange500"
             android:strokeColor="#00000000"
             android:fillType="evenOdd"
             android:fillAlpha="1"



More information about the Android mailing list