How can I set a border for an ImageView and change its color in Android?
|
|
|
I set the below xml to the background of the Image View as Drawable. It works.
|
|||||||||||||||||
|
|
Following is the code that i used to have black border. Note that i have not used extra xml file for border.
|
|||||||||||||||||||
|
|
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.
|
|||||||
|
|
I think you can find out from another stackoverflow question ImageView border |
|||
|
|
|
I found it so much easier to do this: 1) Edit the frame to have the content inside (with 9patch tool). 2) Place the |
|||
|
|
protected by Praveen Apr 26 at 9:05
This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.