From 915467149b81c7ae87e33cbd3c2770cc56de69b6 Mon Sep 17 00:00:00 2001 From: kunfei Date: Sun, 16 Jul 2023 17:46:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/res/layout/item_rss.xml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/layout/item_rss.xml b/app/src/main/res/layout/item_rss.xml index 1a1f1d24c..b8f0f1d4d 100644 --- a/app/src/main/res/layout/item_rss.xml +++ b/app/src/main/res/layout/item_rss.xml @@ -6,7 +6,8 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:focusable="true" - android:background="@drawable/bg_item_focused_on_tv"> + android:background="@drawable/bg_item_focused_on_tv" + android:foreground="?android:attr/selectableItemBackground"> + \ No newline at end of file