version:7.1

fix:
update:优化详情界面,去掉fastjson,修复本地管理界面
This commit is contained in:
2022-12-28 16:47:34 +08:00
parent e937cfc5f3
commit 36ef540837
67 changed files with 11762 additions and 458 deletions

View File

@@ -0,0 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.cardview.widget.CardView xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="@dimen/dp_180"
android:layout_height="@dimen/dp_320"
android:layout_margin="@dimen/dp_8"
app:cardCornerRadius="@dimen/dp_8">
<ImageView
android:id="@+id/item_iv"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:adjustViewBounds="true" />
</androidx.cardview.widget.CardView>