Closed Staticzll closed 10 months ago
<ImageView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/iv_banner" android:layout_width="match_parent" android:layout_height="match_parent" android:scaleType="centerCrop" />
Glide.with(this) .load(it[position].idRes) .apply(options) .into(this)
banner.setBannerGalleryMZ(160)
魅族效果,不显示圆角
imageview 用了android:scaleType="centerCrop"
最后有解决吗? 大佬
<ImageView xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/iv_banner" android:layout_width="match_parent" android:layout_height="match_parent" android:scaleType="centerCrop" />
Glide.with(this) .load(it[position].idRes) .apply(options) .into(this)
banner.setBannerGalleryMZ(160)
魅族效果,不显示圆角