diff --git a/app/src/main/res/layout-land/activity_player_queue_control.xml b/app/src/main/res/layout-land/activity_player_queue_control.xml
index a5df5e566..ad2655380 100644
--- a/app/src/main/res/layout-land/activity_player_queue_control.xml
+++ b/app/src/main/res/layout-land/activity_player_queue_control.xml
@@ -122,8 +122,8 @@
android:focusable="true"
android:scaleType="fitCenter"
android:src="@drawable/exo_controls_rewind"
- android:tint="?attr/colorAccent"
- android:contentDescription="@string/rewind" />
+ android:contentDescription="@string/rewind"
+ app:tint="?attr/colorAccent" />
+ android:contentDescription="@string/pause"
+ app:tint="?attr/colorAccent" />
+ android:contentDescription="@string/forward"
+ app:tint="?attr/colorAccent" />
+ android:contentDescription="@string/notification_action_repeat"
+ app:tint="?attr/colorAccent" />
+ android:contentDescription="@string/notification_action_shuffle"
+ app:tint="?attr/colorAccent" />
+ app:tint="?attr/colorAccent" />
+ app:tint="?attr/colorAccent" />