version:5.8

fix:
update:优化拨打电话页面
This commit is contained in:
2024-06-28 09:57:18 +08:00
parent 3ae9fd54ee
commit f8c9237dbb
58 changed files with 6537 additions and 484 deletions

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<!-- 内部颜色 -->
<solid android:color="@color/white" />
<stroke android:color="@color/gray" android:width="2px"/>
</shape>