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

The "HexagonView" , "DiamondView" and "PentagonView" are not showing up , they are just transparent

i want to change shape for PorterShapeImageView programatically? how do i do so?

I have a RoundedImageView in xml and try to change color in program through setColorFilter(int color) but it seems not work...

Hey! How could I set a custom background for CircularImageView? I´ve got the CircularImageView onto another ImageView and I want to make the background inside the circle be white instead...

This is what I get for this code: ``` final CircularImageView imageView = (CircularImageView) findViewById(R.id.image); new Handler().postDelayed(new Runnable() { @Override public void run() { imageView.setBorderWidth(4); imageView.setBorderColor(0xff000000); imageView.setImageResource(R.drawable.landscape); } },1000); ```...

![screenshot from 2016-12-17 17-25-05](https://cloud.githubusercontent.com/assets/8002215/21286577/0d684c22-c47e-11e6-8aab-68038a7fdd8e.png) Do you know how we can add scale image support in PorterImageView? I have tried with TouchImageView and PorterImageView but its showing weired images.

Hi. Is there anyway i could add a padding between the border and the circular image? Thanks!

hi @siyamed I don't see any new updates in the code and not issues replied. Is this project deprecated? I ran into a couple of issues that I found on...

**CircularImageView not working with drawables** look at this: ![screenshot_20161016-051003](https://cloud.githubusercontent.com/assets/3041998/19414618/0eb078ac-935f-11e6-9442-1c2e10f8055c.png) not this code: `icon.setImageResource(R.drawable.default_bg);` not even this one: `` how do I resolve this? PS. this library is works fine with...