SelectableRoundedImageView icon indicating copy to clipboard operation
SelectableRoundedImageView copied to clipboard

Android ImageView that supports different radii on each corner.

Results 10 SelectableRoundedImageView issues
Sort by recently updated
recently updated
newest added

Why define a new ScaleType which value is limited in the same of Android ImageView?

if crashing Glide.with(context) .load(POST_IMG) .transition(DrawableTransitionOptions.withCrossFade()) .into(img_thumbnail); } with out transition working fine android.graphics.drawable.TransitionDrawable cannot be cast to com.joooonho.SelectableRoundedImageView$SelectableRoundedCornerDrawable

On Api 28 doesnt work right

it is giving out of memory exception some time

My selectableRoundedImageView occasionally lead to picture displaying 1/4 when i use it with Glide. i use it in my application. ` my code public void loadNormal(@NonNull SelectableRoundedImageView imageView, @NonNull Object...

Loading gif through glide loads only still image

Added ```.dontAnimate()``` to Glide part. It prevents some issues with the library. Users should check out Glide's README for options on how to solve this, but for now and to...

java.lang.ClassCastException: android.graphics.drawable.TransitionDrawable cannot be cast to com.gongpingjia.view.SelectableRoundedImageView$SelectableRoundedCornerDrawable at com.gongpingjia.view.SelectableRoundedImageView.updateDrawable(SelectableRoundedImageView.java:201) at com.gongpingjia.view.SelectableRoundedImageView.setImageDrawable(SelectableRoundedImageView.java:149)