配置Wifi

This commit is contained in:
2026-04-30 13:48:46 +08:00
parent e8cb357446
commit 2038b6f7a4
4 changed files with 99 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners
android:topLeftRadius="16dp"
android:topRightRadius="16dp" />
<solid android:color="@color/white" />
</shape>