Files
MoGoEagleEye/modules/mogo-module-check/src/main/res/drawable/check_button.xml
2021-08-02 12:41:17 +08:00

5 lines
188 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="#4192FF"/>
<corners android:radius="55px"/>
</shape>