12

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
    <solid android:color="#0000"/>
    <stroke android:width="1dp"
        android:color="#ccf"/>
    <corners android:radius="30dp"/>
</shape>

版权声明:本文为weixin_44668084原创文章,遵循CC 4.0 BY-SA版权协议,转载请附上原文出处链接和本声明。