标签:
<?xml version="1.0" encoding="utf-8"?> <shape xmlns:android="http://schemas.android.com/apk/res/android"> <solid android:color="#d3d3d3"/> <corners android:radius="10dp"/> <stroke android:width="0.5dp" android:color="#bb000000" /> </shape>
标签:
原文地址:http://www.cnblogs.com/feng290802455/p/4333361.html