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

Custom shaped android imageview components

Results 64 android-shape-imageview issues
Sort by recently updated
recently updated
newest added

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

How to use BubbleImageView with rounded corners ?

It just doesn't do anything. Not via code, and not via XML ... how come?

So that I can set it on a normal ImageView (even as the background of it) and it will work.

How exactly does it work? Does it create a new bitmap for each time I set an image?|

Some images with shape are not displayed on the Android API level 15. For example: HeartImageView, HexagonImageView does not work, but with CircularImageView works. ``` xml ```

Is it possible to combine this with the Volley NetworkImageView? I would like to pull my images from url's or json but have them take the shape of my svg/shape...

I run the sample code and find out that all svg-based ImageView can't be displayed on Samsung GT-N7100 and GT-I9100G. I don't have many handsets to test but those are...

rect right may be : resultWidth + x

ShapeImageView's drawable is not not rotating using postRotate(). How can i achieve that ? Please help me. . .