android-shape-imageview
android-shape-imageview copied to clipboard
Rounded Image Views Dont work with GLIDE
Porter Image View works but not the Rounded Image View Glide.with(this.activity).load(R.drawable.party).into(view.iconView);
use Glide.with(this.activity).load(R.drawable.party).asBitmap().into(view.iconView);