Fix player queue/segments list buttons not focusable with DPAD

Now the in-player play queue and the segments list are closeable
This commit is contained in:
Stypox 2022-02-27 15:25:08 +01:00
parent 175aa0d6b1
commit 797140329b
2 changed files with 4 additions and 3 deletions

View file

@ -545,9 +545,7 @@
<RelativeLayout
android:id="@+id/itemsListControl"
android:layout_width="match_parent"
android:layout_height="60dp"
android:clickable="true"
android:focusable="true">
android:layout_height="60dp">
<androidx.appcompat.widget.AppCompatTextView
android:id="@+id/itemsListHeaderTitle"