Android--圆角背景style

<?xml version="1.0" encoding="utf-8"?>  
<shape xmlns:android="http://schemas.android.com/apk/res/android">    
    <solid android:color="#000000" />    
    <corners android:topLeftRadius="10dp"   
                    android:topRightRadius="10dp"    
                android:bottomRightRadius="10dp"   
                android:bottomLeftRadius="10dp"/>    
</shape>

 

posted @ 2014-04-28 15:57  crane13  阅读(292)  评论(0编辑  收藏  举报