手机适配

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

@@ -11,7 +11,7 @@
<!-- 底部边框:固定在底部,只画一条线 -->
<item android:gravity="bottom">
<shape android:shape="rectangle">
<size android:height="1dp" />
<size android:height="@dimen/sw_1dp" />
<solid android:color="#F3F3F3" />
</shape>
</item>