From 85e864a01ea26713c7ee0c4e394146b32d69ef9c Mon Sep 17 00:00:00 2001 From: litetex <40789489+litetex@users.noreply.github.com> Date: Tue, 6 Jul 2021 21:40:57 +0200 Subject: [PATCH] Made the thumbnail in the minimized player visible again --- app/src/main/res/layout/fragment_video_detail.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/fragment_video_detail.xml b/app/src/main/res/layout/fragment_video_detail.xml index 0b10addf4..806450a22 100644 --- a/app/src/main/res/layout/fragment_video_detail.xml +++ b/app/src/main/res/layout/fragment_video_detail.xml @@ -602,8 +602,7 @@ android:layout_width="match_parent" android:layout_height="match_parent" android:alpha="0.9" - android:background="?attr/windowBackground" - android:theme="@style/ContrastTintTheme"> + android:background="?attr/windowBackground">