From a8d94f85e99b086c8e069c7113fa69e9d9575cb4 Mon Sep 17 00:00:00 2001 From: HapeLee <1321903405@qq.com> Date: Mon, 29 Sep 2025 02:28:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dcnm?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 2 +- app/src/main/res/layout/item_bookshelf_grid.xml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c1d2bde23..a9afcc7d5 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -125,7 +125,7 @@ jobs: with: name: APKs path: | - $GITHUB_WORKSPACE/app/app/build/outputs/apk/release/*/*.apk + $GITHUB_WORKSPACE/app/build/outputs/apk/release/*/*/*.apk - name: Upload Mapping File To Artifact uses: actions/upload-artifact@v4 diff --git a/app/src/main/res/layout/item_bookshelf_grid.xml b/app/src/main/res/layout/item_bookshelf_grid.xml index 168bfc9a1..068528c0c 100644 --- a/app/src/main/res/layout/item_bookshelf_grid.xml +++ b/app/src/main/res/layout/item_bookshelf_grid.xml @@ -26,7 +26,8 @@ android:layout_width="match_parent" android:layout_height="match_parent" app:cardCornerRadius="8dp" - android:layout_margin="8dp" + android:layout_marginHorizontal="8dp" + android:layout_marginTop="8dp" android:transitionName="img_cover" app:strokeWidth="0dp">