首页
Python
Java
前端
数据库
Linux
Chatgpt专题
开发者工具箱
roundedimageview专题
Android图片圆角转换 RoundedImageView开源项目 小记(1)
android:background=“#7f000000” android:paddingLeft=“8dp” android:paddingRight=“8dp” android:textAppearance=“?android:attr/textAppearanceMediumInverse” /> <TextView android:id=“@+id/textView1” an
阅读更多...
圆角图片_RoundedImageView
可以自定义控件实现,而本文使用的是第三方开源控件RoundedImageView,改控件支持圆形、椭圆、圆角矩形等,使用非常方便。 一.导入依赖: compile ‘com.makeramen:roundedimageview:2.2.1’ 控件属性: riv_border_width: 边框宽度 riv_border_color: 边框颜色 riv_oval: 是否圆形 riv_
阅读更多...