player UI improvements

This commit is contained in:
Bnyro 2022-07-03 18:32:21 +02:00
parent 423acaa74b
commit 1b0f5db275
2 changed files with 1 additions and 3 deletions

View File

@ -702,8 +702,6 @@ class PlayerFragment : Fragment() {
).toFloat()
}
binding.mainContainer.requestLayout()
// FIXME and make me work :/
}
@Deprecated(message = "Deprecated", level = DeprecationLevel.HIDDEN)

View File

@ -358,7 +358,7 @@
android:id="@+id/player"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="#000000"
android:background="?attr/colorSurface"
android:scaleType="centerCrop"
app:layout_constraintBottom_toBottomOf="@id/main_container"
app:layout_constraintStart_toStartOf="@id/main_container"