1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-06-26 07:03:20 +00:00

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

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" />