**
shape 椭圆
**
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle"
>
<corners
android:radius="10dp"
></corners>
<solid
android:color="#00000000"
></solid>
<stroke
android:width="0.1dp"
android:color="#000"
></stroke>
</shape>