version:1.0.0

fix:
update:增加autosize
This commit is contained in:
2025-11-24 23:04:14 +08:00
parent 2478295bbd
commit 5ae6a6ebe9
112 changed files with 1359 additions and 24638 deletions

View File

@@ -6,9 +6,9 @@
android:color="#cce5fe" />
<!-- 圆角的幅度 -->
<corners
android:topLeftRadius="@dimen/dp_32"
android:topRightRadius="@dimen/dp_32"
android:bottomLeftRadius="@dimen/dp_32"
android:bottomRightRadius="@dimen/dp_32" />
android:topLeftRadius="32dp"
android:topRightRadius="32dp"
android:bottomLeftRadius="32dp"
android:bottomRightRadius="32dp" />
</shape>