android-shape-imageview icon indicating copy to clipboard operation
android-shape-imageview copied to clipboard

Rounded Image Views Dont work with GLIDE

Open anandvijay619 opened this issue 9 years ago • 1 comments

Porter Image View works but not the Rounded Image View Glide.with(this.activity).load(R.drawable.party).into(view.iconView);

anandvijay619 avatar Dec 27 '15 06:12 anandvijay619

use Glide.with(this.activity).load(R.drawable.party).asBitmap().into(view.iconView);

janakkansal avatar Mar 08 '16 14:03 janakkansal