SelectableRoundedImageView
SelectableRoundedImageView copied to clipboard
Android ImageView that supports different radii on each corner.
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
API 28
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
Do not show
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)