Switch account button focus fix in old APi

This commit is contained in:
KingLucius 2023-10-16 10:52:13 +03:00
parent e8a37c6f55
commit fd5bedd9e6

View file

@ -140,6 +140,7 @@
android:layout_gravity="end"
android:background="@drawable/player_button_tv_attr_no_bg"
android:contentDescription="@string/account"
android:focusable="true"
android:nextFocusLeft="@id/home_preview_search_button"
android:nextFocusRight="@id/home_switch_account"
android:nextFocusDown="@id/home_change_api"