feat(TV UI): Subtitles Filter button focus fix

This commit is contained in:
KingLucius 2024-06-08 11:44:54 +03:00
parent 7eec0eff02
commit b49a872f6b

View file

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