设为首页 加入收藏

TOP

圆形ImageView(可设置边缘厚度和颜色)--第三方开源--CircleImageView
2017-10-12 11:29:13 】 浏览:3766
Tags:圆形 ImageView 设置 边缘 厚度 颜色 第三方 开源 --CircleImageView

 

下载地址:https://github.com/hdodenhof/CircleImageView

 

使用的时候直接在xml中:

<de.hdodenhof.circleimageview.CircleImageView
    xmlns:app="http://schemas.android.com/apk/res-auto"
    android:id="@+id/profile_image"
    android:layout_width="96dp"
    android:layout_height="96dp"
    android:src="@drawable/profile"
    app:civ_border_width="2dp"
    app:civ_border_color="#FF000000"/>

 

】【打印繁体】【投稿】【收藏】 【推荐】【举报】【评论】 【关闭】 【返回顶部
上一篇ViewPager+handler实现轮播 下一篇ViewPager+handler实现轮播

最新文章

热门文章

Hot 文章

Python

C 语言

C++基础

大数据基础

linux编程基础

C/C++面试题目