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