android 圆角样式

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

 

color 对应#argb

posted on 2015-03-06 21:10  流浪者的五月  阅读(118)  评论(0)    收藏  举报

导航