Apply the space button shortcut to large screens as well

This commit is contained in:
Mikhail Barashkov 2021-02-12 12:17:46 +03:00
parent aea912f499
commit 80161c36c6
1 changed files with 2 additions and 0 deletions

View File

@ -703,6 +703,8 @@
android:background="?attr/selectableItemBackground"
android:padding="10dp"
android:scaleType="center"
android:focusable="true"
android:focusedByDefault="true"
app:srcCompat="?attr/ic_play_arrow"
tools:ignore="ContentDescription,RtlHardcoded" />