diff --git a/app/src/main/res/layout-land/fragment_player.xml b/app/src/main/res/layout-land/fragment_player.xml index 6f559f61b..3146a0d2c 100644 --- a/app/src/main/res/layout-land/fragment_player.xml +++ b/app/src/main/res/layout-land/fragment_player.xml @@ -11,7 +11,7 @@ android:id="@+id/player_scrollView" android:layout_width="0dp" android:layout_height="0dp" - android:background="?colorSurfaceContainerLow" + android:background="?android:colorBackground" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toStartOf="@id/related_container" app:layout_constraintHorizontal_bias="0.5" diff --git a/app/src/main/res/layout/fragment_player.xml b/app/src/main/res/layout/fragment_player.xml index 26b7bada8..da40bb5d0 100644 --- a/app/src/main/res/layout/fragment_player.xml +++ b/app/src/main/res/layout/fragment_player.xml @@ -11,7 +11,7 @@ android:id="@+id/player_scrollView" android:layout_width="match_parent" android:layout_height="0dp" - android:background="?colorSurfaceContainerLow" + android:background="?android:colorBackground" app:layout_constraintBottom_toBottomOf="parent" app:layout_constraintEnd_toEndOf="parent" app:layout_constraintHorizontal_bias="0.5"