添加了崩溃抓取

This commit is contained in:
zxj
2025-08-07 17:10:59 +08:00
parent c3489ab9e6
commit 2e20e7deab
6 changed files with 317 additions and 12 deletions
@@ -2,6 +2,6 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="@android:color/white" />
<corners
android:topLeftRadius="16dp"
android:topRightRadius="16dp" />
android:topLeftRadius="60dp"
android:topRightRadius="60dp" />
</shape>