Merge pull request #6622 from TeamNewPipe/fix/RepeatModeChange
Fix crash when using repeatButtonin tablet layout
This commit is contained in:
commit
ed6c3e1b90
1 changed files with 1 additions and 1 deletions
|
|
@ -531,7 +531,7 @@
|
||||||
app:tint="@color/white"
|
app:tint="@color/white"
|
||||||
app:srcCompat="@drawable/ic_close" />
|
app:srcCompat="@drawable/ic_close" />
|
||||||
|
|
||||||
<ImageButton
|
<androidx.appcompat.widget.AppCompatImageButton
|
||||||
android:id="@+id/repeatButton"
|
android:id="@+id/repeatButton"
|
||||||
android:layout_width="50dp"
|
android:layout_width="50dp"
|
||||||
android:layout_height="50dp"
|
android:layout_height="50dp"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue