From b84db00367448edb3f662b6ec665940cae5d8a6c 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 14:16:25 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E4=B8=80=E4=BA=9B?= =?UTF-8?q?=E5=B8=83=E5=B1=80=E4=B8=8A=E7=9A=84=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_remote_book.xml | 160 ++++++++++--------- 1 file changed, 83 insertions(+), 77 deletions(-) diff --git a/app/src/main/res/layout/item_remote_book.xml b/app/src/main/res/layout/item_remote_book.xml index 06c2b5488..85af79d7f 100644 --- a/app/src/main/res/layout/item_remote_book.xml +++ b/app/src/main/res/layout/item_remote_book.xml @@ -1,104 +1,110 @@ - + android:layout_height="wrap_content"> - - - - - - + + + + + android:id="@+id/ll_info" + android:layout_width="wrap_content" + android:layout_height="0dp" + android:orientation="horizontal" + android:gravity="top" + android:layout_marginTop="8dp" + app:layout_constraintLeft_toLeftOf="@+id/tv_name" + app:layout_constraintTop_toBottomOf="@+id/tv_name"> - + android:layout_height="wrap_content" + android:ellipsize="end" + android:lines="1" + tools:text="128kb" + android:textColor="@color/tv_text_summary" + android:textSize="13sp" /> + - + - - - + - \ No newline at end of file + \ No newline at end of file