Avoid icons leaking below the miniplayer (#6292)
This commit is contained in:
parent
04a8ee5787
commit
efcb710703
|
@ -12,6 +12,8 @@
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_gravity="top"
|
android:layout_gravity="top"
|
||||||
android:elevation="8dp"
|
android:elevation="8dp"
|
||||||
|
android:outlineProvider="none"
|
||||||
|
android:paddingBottom="1dp"
|
||||||
tools:layout_height="@dimen/external_player_height" />
|
tools:layout_height="@dimen/external_player_height" />
|
||||||
|
|
||||||
<RelativeLayout
|
<RelativeLayout
|
||||||
|
|
Loading…
Reference in New Issue