Android 圆形背景shape定义

<?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>

 

posted @ 2015-03-23 10:01  狂奔的小狮子  阅读(13266)  评论(0编辑  收藏  举报