I have a RelativeLayout
with an ImageView
.
I have a picture - a red circle, with a transparency of 1%. I want that when I click on the picture, the same picture is superimposed on top. This is done in order to show the number of clicks on this circle. You need to add a picture dynamically, without calling the OnCreate
method.
It should look like this: layout here .
Any idea how best to do this?