From 869367c44340f076f7705508b7247c86b50da743 Mon Sep 17 00:00:00 2001 From: HapeLee <1321903405@qq.com> Date: Tue, 28 Oct 2025 17:58:21 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E9=98=85=E6=BA=90=E7=95=8C=E9=9D=A2?= =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../main/res/layout/item_rss_article_3.xml | 35 +++++++++++-------- 1 file changed, 20 insertions(+), 15 deletions(-) diff --git a/app/src/main/res/layout/item_rss_article_3.xml b/app/src/main/res/layout/item_rss_article_3.xml index 530737af1..d50835a69 100644 --- a/app/src/main/res/layout/item_rss_article_3.xml +++ b/app/src/main/res/layout/item_rss_article_3.xml @@ -5,26 +5,30 @@ android:layout_margin="4dp" android:layout_width="match_parent" android:layout_height="wrap_content" - app:strokeWidth="0dp" + app:strokeColor="?attr/colorSurfaceContainer" app:cardBackgroundColor="?attr/colorSurfaceContainer"> - + app:layout_constraintRight_toRightOf="parent"> + + @@ -46,9 +51,9 @@ android:layout_height="wrap_content" android:text="@string/app_name" android:textSize="11sp" - android:maxLines="2" android:paddingTop="4dp" - android:paddingBottom="2dp" + android:paddingBottom="10dp" + android:layout_marginHorizontal="8dp" app:layout_constraintTop_toBottomOf="@+id/tv_title" app:layout_constraintLeft_toLeftOf="parent" app:layout_constraintRight_toRightOf="parent"