手机适配

This commit is contained in:
pengxiaolong
2026-02-10 18:26:31 +08:00
parent 63415e1fde
commit d10524c597
262 changed files with 107341 additions and 32222 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="#2563EB" />
<corners android:radius="@dimen/sw_10dp" />
</shape>