Skip to content

Commit 80161c3

Browse files
author
Mikhail Barashkov
committed
Apply the space button shortcut to large screens as well
1 parent aea912f commit 80161c3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -703,6 +703,8 @@
703703
android:background="?attr/selectableItemBackground"
704704
android:padding="10dp"
705705
android:scaleType="center"
706+
android:focusable="true"
707+
android:focusedByDefault="true"
706708
app:srcCompat="?attr/ic_play_arrow"
707709
tools:ignore="ContentDescription,RtlHardcoded" />
708710

0 commit comments

Comments
 (0)