image图片

  • image图片的私有属性

属性 说明
isCircle 是否圆图,true表示圆形,默认值false标示方形
url 图片的链接
<!-- 继承view的所有属性,只列出自有属性 -->
<image url="...">
    <styleBinding>
        <attribute name="isCircle" value="..."/>
    </styleBinding>
</image>

 

posted @ 2020-09-04 16:51  tinyphp  Views(375)  Comments(0Edit  收藏  举报