android studio实现圆形图片

添加依赖

复制代码
//圆形图片
implementation 'de.hdodenhof:circleimageview:3.1.0'

xml布局

复制代码
    <de.hdodenhof.circleimageview.CircleImageView
        android:id="@+id/cirvleview"
        android:layout_width="80dp"
        android:layout_height="80dp"
        android:layout_centerInParent="true"
        android:src="@mipmap/ic_launcher_round"
        tools:ignore="MissingConstraints" />
相关推荐
恋猫de小郭7 分钟前
Flutter Windows 开始支持 Impeller ,还修复了多窗口 bug
android·前端·flutter
渡我白衣1 小时前
打印宏与socket模块设计
java·linux·开发语言·c++·ide·人工智能·eclipse
鱼儿也有烦恼1 小时前
07.RecyclerView、SwipeRefreshLayout、SmartRefreshLayout
android
三少爷的鞋1 小时前
Kotlin Flow 深入解析:`stateIn()` 的真正核心,其实是 SharingStarted
android
酷虎软件9 小时前
分享链接+视频音频文案提取 API 接口文档
ide·macos·xcode
心中有国也有家13 小时前
AtomGit Flutter 鸿蒙客户端:ModalBottomSheet 实战
android·javascript·学习·flutter·华为·harmonyos
YSoup15 小时前
Android Stuidio中下载TRAE插件依赖的JCEF后打不开
android
2401_8949155315 小时前
Geo搜索优化排名源码部署搭建全流程详解
android·开发语言·flask·php·精选
星释16 小时前
鸿蒙智能体开发实战:34.鸿蒙壁纸大师 - 提示词工程与优化
android·华为·harmonyos·鸿蒙
blanks202017 小时前
android 编译问题记录
android