From a9d6b910106d9fac4ddbcdc4c33c71671d625b01 Mon Sep 17 00:00:00 2001 From: Horis <8674809+821938089@users.noreply.github.com> Date: Thu, 10 Apr 2025 18:22:44 +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 | 23 +++++++++++++---------- 1 file changed, 13 insertions(+), 10 deletions(-) diff --git a/app/src/main/res/layout/item_rss.xml b/app/src/main/res/layout/item_rss.xml index b8f0f1d4d..fedb595da 100644 --- a/app/src/main/res/layout/item_rss.xml +++ b/app/src/main/res/layout/item_rss.xml @@ -2,37 +2,40 @@ + android:focusable="true" + android:foreground="?android:attr/selectableItemBackground" + android:padding="16dp" + android:scrollbars="none"> + app:layout_constraintRight_toRightOf="parent" + app:layout_constraintTop_toTopOf="parent" + app:radius="12dp" /> + app:layout_constraintTop_toBottomOf="@+id/iv_icon" + tools:text="RSS" /> \ No newline at end of file