From 24dcffbf9c460b9f7710ec90746352130f9f8dbe Mon Sep 17 00:00:00 2001 From: shaozheng Date: Fri, 22 May 2026 14:19:58 +0800 Subject: [PATCH] fix profile can not be selected by remote controller on android tv --- 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"