标签:mystra android shape oval 圆形
本文地址: http://blog.csdn.net/caroline_wendy
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="oval">
        <solid
            android:color="#666666"/>
        <size
            android:width="120dp"
            android:height="120dp"/>
</shape>标签:mystra android shape oval 圆形
原文地址:http://blog.csdn.net/caroline_wendy/article/details/40887571