- <?xml version="1.0" encoding="UTF-8"?>
- <shape xmlns:android="http://schemas.android.com/apk/res/android" >
- <!-- 实心 -->
- <!-- <solid android:color="#606C7E" /> -->
- <solid android:color="#606C7E" />
- <stroke
- android:width="2dp"
- android:color="#C1C1C1" />
- </shape>
|