<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="vertical" >
<com.makeramen.roundedimageview.RoundedImageView
android:id="@+id/subimg"
android:layout_width="match_parent"
android:layout_height="130dp"
android:scaleType="fitCenter"
android:src="@drawable/wengwenglisthear"
app:riv_corner_radius="30dip" />
</LinearLayout >
android:图片圆角问题
最新推荐文章于 2021-11-13 21:39:37 发布