Skip to content

Commit

Permalink
fix player cover centering
Browse files Browse the repository at this point in the history
  • Loading branch information
brahmkshatriya committed Feb 23, 2024
1 parent 17fd6b4 commit 26d291f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/main/res/layout/bottom_player.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
app:layout_constraintBottom_toTopOf="@+id/coordinatorLayout"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintHeight_max="@dimen/max_cover_size"
app:layout_constraintHorizontal_bias="0.0"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toBottomOf="@+id/collapsePlayer"
app:layout_constraintWidth_max="@dimen/max_cover_size">
Expand Down

0 comments on commit 26d291f

Please sign in to comment.