CustomShapeImageView icon indicating copy to clipboard operation
CustomShapeImageView copied to clipboard

A library for supporting custom shaped ImageView(s) using SVGs and paint shapes

Results 17 CustomShapeImageView issues
Sort by recently updated
recently updated
newest added

Great library! 💯 When the SvgImageView is used with Picasso without disabling the [fade-in](https://github.com/square/picasso/blob/b1722721b83cf5d3a59d5bea727abf42a6405e29/picasso/src/main/java/com/squareup/picasso3/RequestCreator.java#L396) effect. The image view looks greyed out as shown below But when picasso fetches the bitmap...

How can programatically retrieve the transformed image so that it can be set into another ImageView

I have a SvgImageView and a Button. Every time button is clicked, i want to change svg_raw_resource of SvgImageView. Please help!

Hi Mostafa, Thanks for your amazing library. I wonder if i can apply the svg to a simple view not only to image view. Thanks in adavance. José Costa

When the grid/list is created for the first time and images loaded into the image view via Picasso's lazy loading library, the images show up translucent. I set a placeholder...

Issue with `scaleType="center"` when set an image in runtime. Image shown as `centerCrop` instead.

i have using Glide to load image from internet. but image cannot display on my UI. please help me to resolve this issues. thanks

How to set mask ,shadow and border from activity pragmatically? I want to add shadow from low to high using seekbar

I've a custom svg file, and I would like the image to take the whole width on screen (see image below). ![capture d ecran 2016-06-07 a 13 58 52](https://cloud.githubusercontent.com/assets/3978000/15856792/380cdf0a-2cb8-11e6-93e1-f7ace1b44e79.png) How...