mirror of
https://github.com/blanking003/cx-cocos.git
synced 2025-03-14 11:51:23 +00:00
9 lines
270 B
XML
9 lines
270 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shape="rectangle">
|
|
|
|
<size android:width="4dp"
|
|
android:height="4dp" />
|
|
|
|
<solid android:color="@android:color/transparent" />
|
|
</shape> |