Is there a way to programmatically highlight an imageview in android?
I am showing playing cards and I would like to highlight or shade specific cards (imageviews). How can I achieve this?
Thank you
Is there a way to programmatically highlight an imageview in android?
I am showing playing cards and I would like to highlight or shade specific cards (imageviews). How can I achieve this?
Thank you
if you have a custom highlighting outline.
You can put your ImageView inside a LinearLayout. set highlighted image as background of Layout. After doing some margins adjustment, you will have a fine grained custom highlighting.