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">