圆形图片控件

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"/>

你可能感兴趣的:(圆形图片控件)