[Android] Fix the repeat / shuffle colors in the video player
Nicolas Pomepuy
git at videolan.org
Mon Nov 25 11:17:45 UTC 2024
vlc-android | branch: master | Nicolas Pomepuy <nicolas at videolabs.io> | Mon Nov 25 08:33:41 2024 +0100| [2880978d6c5dea4caf131a2e9eaa33260a342778] | committer: Duncan McNamara
Fix the repeat / shuffle colors in the video player
Fix #3101
> https://code.videolan.org/videolan/vlc-android/commit/2880978d6c5dea4caf131a2e9eaa33260a342778
---
application/vlc-android/res/layout/player_option_item.xml | 1 -
1 file changed, 1 deletion(-)
diff --git a/application/vlc-android/res/layout/player_option_item.xml b/application/vlc-android/res/layout/player_option_item.xml
index f4363796d9..9f54f12468 100644
--- a/application/vlc-android/res/layout/player_option_item.xml
+++ b/application/vlc-android/res/layout/player_option_item.xml
@@ -21,7 +21,6 @@
android:layout_width="32dp"
android:layout_height="32dp"
android:layout_marginEnd="@dimen/default_margin"
- app:tint="?attr/font_default"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toStartOf="@+id/option_title"
app:layout_constraintStart_toStartOf="parent"
More information about the Android
mailing list