Skip to content

Commit 02d4174

Browse files
committed
Increase minimized player buttons clickable area
1 parent c1f7b26 commit 02d4174

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

app/src/main/res/layout-large-land/fragment_video_detail.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -695,8 +695,8 @@
695695

696696
<ImageButton
697697
android:id="@+id/overlay_play_pause_button"
698-
android:layout_width="36dp"
699-
android:layout_height="36dp"
698+
android:layout_width="40dp"
699+
android:layout_height="match_parent"
700700
android:layout_marginLeft="2dp"
701701
android:layout_marginRight="2dp"
702702
android:background="?attr/selectableItemBackground"
@@ -709,8 +709,8 @@
709709

710710
<ImageButton
711711
android:id="@+id/overlay_close_button"
712-
android:layout_width="36dp"
713-
android:layout_height="36dp"
712+
android:layout_width="40dp"
713+
android:layout_height="match_parent"
714714
android:layout_marginLeft="2dp"
715715
android:background="?attr/selectableItemBackground"
716716
android:padding="10dp"

app/src/main/res/layout/fragment_video_detail.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -672,8 +672,8 @@
672672

673673
<ImageButton
674674
android:id="@+id/overlay_play_pause_button"
675-
android:layout_width="36dp"
676-
android:layout_height="36dp"
675+
android:layout_width="40dp"
676+
android:layout_height="match_parent"
677677
android:layout_marginLeft="2dp"
678678
android:layout_marginRight="2dp"
679679
android:background="?attr/selectableItemBackground"
@@ -686,8 +686,8 @@
686686

687687
<ImageButton
688688
android:id="@+id/overlay_close_button"
689-
android:layout_width="36dp"
690-
android:layout_height="36dp"
689+
android:layout_width="40dp"
690+
android:layout_height="match_parent"
691691
android:layout_marginLeft="2dp"
692692
android:background="?attr/selectableItemBackground"
693693
android:padding="10dp"

0 commit comments

Comments
 (0)