mirror of
https://github.com/recloudstream/cloudstream.git
synced 2024-08-15 01:53:11 +00:00
feat(TV UI): Subtitles Filter button focus fix (#1125)
This commit is contained in:
parent
7eec0eff02
commit
f775c1725d
1 changed files with 1 additions and 0 deletions
|
@ -107,6 +107,7 @@
|
||||||
android:layout_margin="10dp"
|
android:layout_margin="10dp"
|
||||||
android:background="?selectableItemBackgroundBorderless"
|
android:background="?selectableItemBackgroundBorderless"
|
||||||
android:contentDescription="@string/change_providers_img_des"
|
android:contentDescription="@string/change_providers_img_des"
|
||||||
|
android:focusable="true"
|
||||||
android:nextFocusLeft="@id/year_btt"
|
android:nextFocusLeft="@id/year_btt"
|
||||||
android:nextFocusRight="@id/main_search"
|
android:nextFocusRight="@id/main_search"
|
||||||
android:nextFocusUp="@id/nav_rail_view"
|
android:nextFocusUp="@id/nav_rail_view"
|
||||||
|
|
Loading…
Reference in a new issue