Merge pull request #6125 from ByteHamster/reduce-cover-size

Make cover on player screen slightly smaller
This commit is contained in:
ByteHamster 2022-10-03 21:17:24 +02:00 committed by GitHub
commit 2a47d3136f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
android:layout_width="0dp"
android:layout_height="0dp"
android:layout_gravity="center"
android:layout_marginHorizontal="16dp"
android:layout_marginHorizontal="32dp"
android:foreground="?attr/selectableItemBackgroundBorderless"
android:importantForAccessibility="no"
android:scaleType="fitCenter"