mirror of
https://gitea.winboll.cc/ZhanGSKen/MyWinBoLL.git
synced 2026-08-14 05:27:11 +08:00
8 lines
264 B
XML
8 lines
264 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shape="rectangle">
|
|
<solid android:color="#81C7F5"/> <!-- 浅蓝色填充 -->
|
|
<corners android:radius="8dp"/> <!-- 8dp 圆角 -->
|
|
</shape>
|
|
|