Auto_Clicker/app/src/main/res/drawable/close_bg.xml
2025-06-26 15:17:10 +08:00

7 lines
227 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:radius="12dp" />
<stroke
android:width="2dp"
android:color="#1A546B" />
</shape>