美文网首页
圆形图片控件

圆形图片控件

作者: 卓而不群_0137 | 来源:发表于2018-06-07 09:52 被阅读0次

implementation 'com.makeramen:roundedimageview:2.3.0'

android:id="@+id/mine_cover"

            android:layout_width="wrap_content"

            android:layout_height="match_parent"

            android:layout_marginLeft="10dp"

            android:src="@mipmap/ic_launcher"

            app:riv_oval="true"

            android:scaleType="centerCrop"/>

相关文章

网友评论

      本文标题:圆形图片控件

      本文链接:https://www.haomeiwen.com/subject/wjhndftx.html