Remove margins from minimized player buttons

This commit is contained in:
Kostas Giapis 2021-09-26 18:26:40 +03:00
parent 02d417476e
commit a70c51b71c
2 changed files with 0 additions and 6 deletions

View File

@ -697,8 +697,6 @@
android:id="@+id/overlay_play_pause_button"
android:layout_width="40dp"
android:layout_height="match_parent"
android:layout_marginLeft="2dp"
android:layout_marginRight="2dp"
android:background="?attr/selectableItemBackground"
android:padding="10dp"
android:scaleType="center"
@ -711,7 +709,6 @@
android:id="@+id/overlay_close_button"
android:layout_width="40dp"
android:layout_height="match_parent"
android:layout_marginLeft="2dp"
android:background="?attr/selectableItemBackground"
android:padding="10dp"
android:scaleType="center"

View File

@ -674,8 +674,6 @@
android:id="@+id/overlay_play_pause_button"
android:layout_width="40dp"
android:layout_height="match_parent"
android:layout_marginLeft="2dp"
android:layout_marginRight="2dp"
android:background="?attr/selectableItemBackground"
android:padding="10dp"
android:scaleType="center"
@ -688,7 +686,6 @@
android:id="@+id/overlay_close_button"
android:layout_width="40dp"
android:layout_height="match_parent"
android:layout_marginLeft="2dp"
android:background="?attr/selectableItemBackground"
android:padding="10dp"
android:scaleType="center"