merge code

This commit is contained in:
qiji4215
2023-05-06 14:57:04 +08:00
parent 7a09721dc8
commit bfd9df9d8a
20 changed files with 162 additions and 56 deletions

View File

@@ -2,8 +2,8 @@
android:shape="line">
<size android:height="2dp"/>
<stroke
android:color="@color/skyblue"
android:dashWidth="2px"
android:dashGap="2px"
android:color="@color/bg_gray2"
android:dashWidth="1px"
android:dashGap="1px"
android:width="1dp"/>
</shape>