<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid android:color="#00000000" />
<stroke android:color="#999999" android:width="1dp" />
<corners android:radius="30dp"/>
</shape>
引用就行了