From d4951f072380c12d72444b44419f25e23d9f45e3 Mon Sep 17 00:00:00 2001 From: HapeLee <1321903405@qq.com> Date: Sat, 29 Nov 2025 00:50:55 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=97=E8=A1=A8=E6=A8=A1=E5=BC=8F=E6=97=B6?= =?UTF-8?q?=EF=BC=8C=E5=85=81=E8=AE=B8=E6=A0=87=E9=A2=982=E8=A1=8C?= =?UTF-8?q?=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/res/layout/item_bookshelf_list.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/src/main/res/layout/item_bookshelf_list.xml b/app/src/main/res/layout/item_bookshelf_list.xml index 4f02a34bf..2f2a4a660 100644 --- a/app/src/main/res/layout/item_bookshelf_list.xml +++ b/app/src/main/res/layout/item_bookshelf_list.xml @@ -117,7 +117,8 @@ android:layout_height="wrap_content" android:layout_marginBottom="2dp" android:scrollbars="none" - android:singleLine="true" + android:maxLines="2" + android:ellipsize="end" android:text="@string/book_name" android:textSize="16sp" android:textStyle="bold"