增加左上角点击关闭页面,增加启动网络检测和连接功能,删除手机端测试布局;

This commit is contained in:
mazengfei
2026-03-30 11:18:11 +08:00
parent 11e6123cc9
commit 40cd27fa7b
33 changed files with 603 additions and 1166 deletions
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="ring"
android:innerRadiusRatio="3"
android:thicknessRatio="8"
android:useLevel="false">
<gradient
android:type="sweep"
android:startColor="#FF6B6B"
android:centerColor="#4ECDC4"
android:endColor="#FF6B6B"
android:angle="0" />
</shape>