From 58d784916c3bbb8888d5f724065f73b9be133210 Mon Sep 17 00:00:00 2001
From: HapeLee <1321903405@qq.com>
Date: Thu, 18 Sep 2025 02:14:42 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=88=87=E6=8D=A2=E8=AE=A2?=
=?UTF-8?q?=E9=98=85=E5=B8=83=E5=B1=80=E6=97=B6=E7=9A=84=E9=97=AA=E9=80=80?=
=?UTF-8?q?=E9=97=AE=E9=A2=98?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
app/src/main/res/layout/item_book_source.xml | 4 ++--
.../main/res/layout/item_rss_article_1.xml | 22 ++++---------------
.../main/res/layout/item_rss_article_2.xml | 12 +++++-----
3 files changed, 11 insertions(+), 27 deletions(-)
diff --git a/app/src/main/res/layout/item_book_source.xml b/app/src/main/res/layout/item_book_source.xml
index cd1ea3718..de20a5f5b 100644
--- a/app/src/main/res/layout/item_book_source.xml
+++ b/app/src/main/res/layout/item_book_source.xml
@@ -36,6 +36,7 @@
android:layout_width="0dp"
android:layout_height="wrap_content"
android:layout_marginStart="4dp"
+ android:layout_marginEnd="12dp"
android:scrollbars="none"
android:singleLine="true"
app:layout_constraintBottom_toTopOf="@id/iv_debug_text"
@@ -51,7 +52,6 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginEnd="12dp"
- android:layout_marginRight="6dp"
android:scrollbars="none"
app:layout_constraintBottom_toTopOf="@id/iv_debug_text"
app:layout_constraintRight_toLeftOf="@id/iv_edit"
@@ -118,7 +118,7 @@
android:id="@+id/iv_progressBar"
android:layout_width="24dp"
android:layout_height="24dp"
- android:layout_marginStart="4dp"
+ android:layout_marginStart="8dp"
app:indicatorSize="24dp"
android:scrollbars="none"
android:visibility="gone"
diff --git a/app/src/main/res/layout/item_rss_article_1.xml b/app/src/main/res/layout/item_rss_article_1.xml
index adf0ed574..d521de3c5 100644
--- a/app/src/main/res/layout/item_rss_article_1.xml
+++ b/app/src/main/res/layout/item_rss_article_1.xml
@@ -3,7 +3,9 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
- android:layout_height="wrap_content">
+ android:layout_height="wrap_content"
+ android:padding="16dp"
+ android:background="?attr/selectableItemBackground">
@@ -44,20 +41,9 @@
android:text="@string/app_name"
android:textSize="11sp"
android:maxLines="1"
- android:paddingLeft="12dp"
- android:paddingRight="12dp"
- android:paddingTop="10dp"
app:layout_constraintTop_toBottomOf="@+id/tv_title"
app:layout_constraintLeft_toLeftOf="parent"
app:layout_constraintRight_toRightOf="parent"
tools:ignore="SmallSp" />
-
-
-
\ No newline at end of file
diff --git a/app/src/main/res/layout/item_rss_article_2.xml b/app/src/main/res/layout/item_rss_article_2.xml
index 26f79d589..37d2d11be 100644
--- a/app/src/main/res/layout/item_rss_article_2.xml
+++ b/app/src/main/res/layout/item_rss_article_2.xml
@@ -2,12 +2,10 @@
+ android:layout_height="wrap_content"
+ android:background="?attr/selectableItemBackground">
@@ -43,7 +41,7 @@
android:text="@string/app_name"
android:textSize="11sp"
android:maxLines="1"
- android:paddingTop="8dp"
+ android:paddingTop="4dp"
android:paddingBottom="2dp"
app:layout_constraintTop_toBottomOf="@+id/tv_title"
app:layout_constraintLeft_toLeftOf="parent"