From a836b55ea3e92a55cc6e9c2d6d243bd7bd8bed50 Mon Sep 17 00:00:00 2001 From: KingLucius Date: Thu, 28 Sep 2023 08:02:09 +0300 Subject: [PATCH] Switch profile button focus --- app/src/main/res/layout/fragment_home_head_tv.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/app/src/main/res/layout/fragment_home_head_tv.xml b/app/src/main/res/layout/fragment_home_head_tv.xml index 3156f9cc..05cb3a41 100644 --- a/app/src/main/res/layout/fragment_home_head_tv.xml +++ b/app/src/main/res/layout/fragment_home_head_tv.xml @@ -71,6 +71,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_preview_switch_account" android:nextFocusDown="@id/home_preview_info_btt"