Increase minimized player buttons clickable area

This commit is contained in:
Kostas Giapis 2021-09-26 18:23:11 +03:00
parent c1f7b2653c
commit 02d417476e
2 changed files with 8 additions and 8 deletions

View File

@ -695,8 +695,8 @@
<ImageButton
android:id="@+id/overlay_play_pause_button"
android:layout_width="36dp"
android:layout_height="36dp"
android:layout_width="40dp"
android:layout_height="match_parent"
android:layout_marginLeft="2dp"
android:layout_marginRight="2dp"
android:background="?attr/selectableItemBackground"
@ -709,8 +709,8 @@
<ImageButton
android:id="@+id/overlay_close_button"
android:layout_width="36dp"
android:layout_height="36dp"
android:layout_width="40dp"
android:layout_height="match_parent"
android:layout_marginLeft="2dp"
android:background="?attr/selectableItemBackground"
android:padding="10dp"

View File

@ -672,8 +672,8 @@
<ImageButton
android:id="@+id/overlay_play_pause_button"
android:layout_width="36dp"
android:layout_height="36dp"
android:layout_width="40dp"
android:layout_height="match_parent"
android:layout_marginLeft="2dp"
android:layout_marginRight="2dp"
android:background="?attr/selectableItemBackground"
@ -686,8 +686,8 @@
<ImageButton
android:id="@+id/overlay_close_button"
android:layout_width="36dp"
android:layout_height="36dp"
android:layout_width="40dp"
android:layout_height="match_parent"
android:layout_marginLeft="2dp"
android:background="?attr/selectableItemBackground"
android:padding="10dp"