From b37570c1b757e0619eee7adcbaf8a2d2f7ef34cd Mon Sep 17 00:00:00 2001 From: scola Date: Fri, 22 May 2026 17:56:17 +0800 Subject: [PATCH] fix profile can not be selected by remote controller on android tv (#744) --- design/src/main/res/layout/adapter_profile.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/design/src/main/res/layout/adapter_profile.xml b/design/src/main/res/layout/adapter_profile.xml index 421d00ded6..53f5218b6b 100644 --- a/design/src/main/res/layout/adapter_profile.xml +++ b/design/src/main/res/layout/adapter_profile.xml @@ -26,6 +26,7 @@ android:layout_marginVertical="5dp" android:layout_marginHorizontal="@dimen/item_header_margin" android:background="@drawable/bg_b" + android:foreground="?attr/selectableItemBackground" android:clickable="true" android:focusable="true" android:minHeight="@dimen/item_min_height"