1.新增首页模块

This commit is contained in:
zhanglei
2026-02-10 11:55:42 +08:00
parent 0d539aeef0
commit dad08d5ea4
60 changed files with 2223 additions and 58 deletions
@@ -0,0 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
<shape
xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="line">
<stroke
android:width="1dp"
android:color="@color/gray_600"
android:dashWidth="5dp"
android:dashGap="2dp" />
</shape>