xml - -背景圆

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="oval"
    android:useLevel="false" >

    <solid android:color="@color/white" />

    <stroke
        android:width="1dp"
        android:color="@color/white" />

    <size
        android:height="200dp"
        android:width="200dp" />

</shape>

 

posted @ 2015-01-05 15:05  WisonWang  阅读(111)  评论(0编辑  收藏  举报