任务触发响应模块已基本完成
This commit is contained in:
8
positions/src/main/res/drawable/bg_bingo_dot.xml
Normal file
8
positions/src/main/res/drawable/bg_bingo_dot.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="oval"> <!-- 形状:圆形 -->
|
||||
<solid android:color="#FF4444"/> <!-- 填充色:亮红色(可调整色值) -->
|
||||
<stroke
|
||||
android:width="1dp"
|
||||
android:color="#FFFFFF"/>
|
||||
</shape>
|
||||
Reference in New Issue
Block a user