From ec0cecf61d1cd762c8c91720d18d6fdabf147e88 Mon Sep 17 00:00:00 2001 From: HapeLee <1321903405@qq.com> Date: Mon, 29 Sep 2025 02:34:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E6=93=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/src/main/res/layout/item_bookshelf_grid.xml | 6 +++--- app/src/main/res/layout/item_bookshelf_grid_group.xml | 2 +- app/src/main/res/layout/item_bookshelf_list.xml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/src/main/res/layout/item_bookshelf_grid.xml b/app/src/main/res/layout/item_bookshelf_grid.xml index 068528c0c..667a04922 100644 --- a/app/src/main/res/layout/item_bookshelf_grid.xml +++ b/app/src/main/res/layout/item_bookshelf_grid.xml @@ -25,7 +25,7 @@ android:id="@+id/cd_cover" android:layout_width="match_parent" android:layout_height="match_parent" - app:cardCornerRadius="8dp" + app:cardCornerRadius="6dp" android:layout_marginHorizontal="8dp" android:layout_marginTop="8dp" android:transitionName="img_cover" @@ -91,8 +91,8 @@ android:id="@+id/tv_name" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_marginTop="8dp" - android:layout_marginBottom="4dp" + android:layout_marginTop="4dp" + android:layout_marginBottom="6dp" android:layout_marginHorizontal="8dp" android:ellipsize="end" android:gravity="left" diff --git a/app/src/main/res/layout/item_bookshelf_grid_group.xml b/app/src/main/res/layout/item_bookshelf_grid_group.xml index 268d77289..c53f7ec88 100644 --- a/app/src/main/res/layout/item_bookshelf_grid_group.xml +++ b/app/src/main/res/layout/item_bookshelf_grid_group.xml @@ -29,7 +29,7 @@ android:id="@+id/cd_cover" android:layout_width="match_parent" android:layout_height="match_parent" - app:cardCornerRadius="8dp" + app:cardCornerRadius="6dp" app:layout_constraintEnd_toEndOf="parent" android:layout_margin="8dp" android:transitionName="img_cover" diff --git a/app/src/main/res/layout/item_bookshelf_list.xml b/app/src/main/res/layout/item_bookshelf_list.xml index 2c4a4191a..5c24d879c 100644 --- a/app/src/main/res/layout/item_bookshelf_list.xml +++ b/app/src/main/res/layout/item_bookshelf_list.xml @@ -20,7 +20,7 @@ android:id="@+id/cd_cover" android:layout_width="wrap_content" android:layout_height="wrap_content" - app:cardCornerRadius="8dp" + app:cardCornerRadius="6dp" app:strokeWidth="0dp" android:layout_margin="8dp" android:transitionName="img_cover"