Newer
Older
MathsCalc / app / src / main / res / drawable / shape_circle.xml
bello on 15 Dec 2019 206 bytes 新增数字拆分
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="oval">

    <stroke android:color="@color/purple" android:width="1dp" />

</shape>