From 7baaecedd6441a302bfd5219e2e25a68adf23791 Mon Sep 17 00:00:00 2001 From: 0xd9a <0xd9a@noreply.codeberg.org> Date: Thu, 21 Aug 2025 19:59:38 +0530 Subject: [PATCH] Fix #1282: Video buttons and time line not visible in light theme --- .../res/layouts/mastodon/layout/player_control_view.xml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layouts/mastodon/layout/player_control_view.xml b/app/src/main/res/layouts/mastodon/layout/player_control_view.xml index d0dff844..eb1e647f 100644 --- a/app/src/main/res/layouts/mastodon/layout/player_control_view.xml +++ b/app/src/main/res/layouts/mastodon/layout/player_control_view.xml @@ -8,7 +8,8 @@ + style="@style/ExoMediaButton.Pause" + app:tint="?colorPrimary" /> + android:layout_weight="1" + app:buffered_color="?colorSecondaryContainer" + app:played_color="?colorPrimary" + app:scrubber_color="?colorPrimary" />