当前位置:操作系统 > 安卓/Android >>

Android开发相关:(09)定义圆角矩形

[html] <?xml version="1.0" encoding="utf-8"?> 
<shape xmlns:android="http://schemas.android.com/apk/res/android" > 
 
    <solid android:color="#f0600000" /> 
 
    <stroke 
        android:width="3dp" 
        android:color="#ffff8080" /> 
 
    <corners android:radius="13dp" /> 
 
    <padding 
        android:bottom="10dp" 
        android:left="10dp" 
        android:right="10dp" 
        android:top="10dp" /> 
 
</shape> 



摘自 horsttnann的专栏
补充:移动开发 , Android ,
CopyRight © 2022 站长资源库 编程知识问答 zzzyk.com All Rights Reserved
部分文章来自网络,