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"