How can I set a border for an ImageView and change it's colour in Android?
|
feedback
|
|
I set the below xml to the background of the Image View as Drawable. It works.
| |||||||||||||||
feedback
|
|
Following is the code that i used to have black border. Note that i have not used extra xml file for border.
| |||||||||||
feedback
|
|
This is an old post I know, but I thought this might possibly help someone out there. If you want to simulate a translucent border that doesn't overlap the shape's "solid" color, then use this in your xml. Note that I don't use the "stroke" tag here at all as it seems to always overlap the actual drawn shape.
| |||
|
feedback
|
|
I think you can find out from another stackoverflow question ImageView border | |||
|
feedback
|