Avoid icons leaking below the miniplayer (#6292)

This commit is contained in:
ByteHamster 2023-01-29 14:04:03 +01:00 committed by GitHub
parent 04a8ee5787
commit efcb710703
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -12,6 +12,8 @@
android:layout_height="wrap_content"
android:layout_gravity="top"
android:elevation="8dp"
android:outlineProvider="none"
android:paddingBottom="1dp"
tools:layout_height="@dimen/external_player_height" />
<RelativeLayout