微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

xml中设置圆角矩形

<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
  <item>  
      <shape android:shape="rectangle">   
         <solid android:color="#02D485" />  
         <corners  
            android:topLefTradius="5dip"  
            android:topRighTradius="5dip"  
           android:bottomLefTradius="5dip"  
            android:bottomrighTradius="5dip" />  
      </shape>  
   </item>  
   <item android:top="1px" android:bottom="1px" android:left="1px" android:right="1px">  
     <shape>  
       <gradient   
            android:startColor="#EAEAEA" android:endColor="#EAEAEA"   
           android:type="linear" android:angle="90"  
            android:centerX="0.5" android:centerY="0.5" />  
        <corners  
            android:topLefTradius="5dip"  
           android:topRighTradius="5dip"  
            android:bottomLefTradius="5dip"  
            android:bottomrighTradius="5dip" />  
      </shape>  
   </item>  

</layer-list>

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐


php输出xml格式字符串
J2ME Mobile 3D入门教程系列文章之一
XML轻松学习手册
XML入门的常见问题(一)
XML入门的常见问题(三)
XML轻松学习手册(2)XML概念
xml文件介绍及使用
xml编程(一)-xml语法
XML文件结构和基本语法
第2章 包装类