From 7df3eb36a586c606aa36208e8fe00137d0ca2f42 Mon Sep 17 00:00:00 2001 From: Bnyro Date: Fri, 17 Nov 2023 20:10:02 +0100 Subject: [PATCH] fix: light theme setting doesn't work properly --- app/src/main/res/layout-land/fragment_player.xml | 2 +- app/src/main/res/layout/activity_main.xml | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/layout-land/fragment_player.xml b/app/src/main/res/layout-land/fragment_player.xml index 3cf916a10..0c273a347 100644 --- a/app/src/main/res/layout-land/fragment_player.xml +++ b/app/src/main/res/layout-land/fragment_player.xml @@ -192,7 +192,7 @@ app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintStart_toEndOf="@id/main_container" - android:background="?android:windowBackground"> + android:background="?android:colorBackground">