From 605e6f1110fddfd60f55c8aa349add3e67e801a7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=B0=A2=E6=84=8F=E5=B8=86?= <1657098617@qq.com>
Date: Sun, 15 May 2022 01:00:27 +0800
Subject: [PATCH] =?UTF-8?q?feat:=20=E6=96=87=E4=BB=B6=E9=A1=B9=E7=9B=AE?=
=?UTF-8?q?=E5=B8=83=E5=B1=80=E8=AE=BE=E8=AE=A1=E5=88=9D=E7=A8=BF?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../main/res/layout/activity_remote_book.xml | 5 +
app/src/main/res/layout/item_remote_book.xml | 171 ++++++++++--------
2 files changed, 97 insertions(+), 79 deletions(-)
diff --git a/app/src/main/res/layout/activity_remote_book.xml b/app/src/main/res/layout/activity_remote_book.xml
index 55fc04f3c..ed942a2cc 100644
--- a/app/src/main/res/layout/activity_remote_book.xml
+++ b/app/src/main/res/layout/activity_remote_book.xml
@@ -36,4 +36,9 @@
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/item_remote_book.xml b/app/src/main/res/layout/item_remote_book.xml
index f98be731a..06c2b5488 100644
--- a/app/src/main/res/layout/item_remote_book.xml
+++ b/app/src/main/res/layout/item_remote_book.xml
@@ -1,91 +1,104 @@
-
+ android:layout_height="60dp"
+ android:background="?attr/selectableItemBackground"
+ android:orientation="horizontal"
+ android:baselineAligned="false">
-
+
+
+
+
+
+
-
-
-
-
-
-
-
-
-
-
-
-
-
+ android:layout_height="match_parent"
+ android:layout_weight="1"
+ android:paddingTop="5dp"
+ android:paddingBottom="5dp"
+ android:orientation="vertical">
-
-
-
-
-
-
-
-
-
+
+
-
-
-
-
-
+
-
-
-
-
-
-
-
-
-
+
-
-
-
-
-
-
-
-
+
+
-
-
-
-
\ No newline at end of file
+
+
+
+
+
\ No newline at end of file