in my application I have a lit view. each row includes thumbnail image in left and some text in right.
I can get image from server and inflate rows. everything about the list correct. it is like this image:
when user click on rows video will play. I need to add video sign to image simething like:
on top of each image. Is it possible to add this image on top of my imageview?
Thank you for your helping