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

i am trying to use custom Layout for pentagon but the information is very less in the read me section please help me more

I tried this ``` ``` bg_merchandise_price_item_box.xml ``` ``` but no border is shown up. any idea?

Does anyone know how to get the transformed image so that it could be assigned into another ImageView? For example, I want to get the transformed image of CircularImageView and...

PorterShapeImageView,this view can cause OutOfMemoryError,if the maskBitmap not be recycled

Bubble Image view showing black screen in samsung note 3 device, I checked with other device and it works perfectly.

i tried this and also from xml default but not working imageView0 = findViewById(R.id.imageView0); imageView0.setOnTouchListener(this); imageView0.setImageURI(uri); imageView0.setBorderWidth(100); imageView0.setBorderColor(Color.parseColor("#ff0000"));

i couldn't rotate the shape of hexaganol view, please give a solution

Loving this project! Can't seem to build an APK if proguard is turned on though. Tried different -dontwarn schemes, but to no avail. Any ideas? Seems related to the kXML?

is it possible to zoom these images on pinch/gesture?

How to change borderColor in java? yes , it's can use `app:siBorderColor` but sometime I would like to change `BorderColor` in java code How to set it? thanks!