Please help me out if there’s a way to do this.
I have a ImageView. Loaded with a Default image. In my app, I want this to be circled, say with an pencil sketch, like it was circled using a pencil, and an arrow leading from it. Is there a way to put this up around the image view, in the layout? Please help me.
One way to do this (there may be others) is to replace the ImageView with a RelativeLayout. Place your current ImageView in that RelativeLayout, and also place a 2nd ImageView in it such that both overlap the same place. The 2nd ImageView will contain the image of your pencil/arrow and will otherwise be transparent.
Depending on the exact appearance you’re looking for, you may find you need the RelativeLayout to take up more screen space than your primary image, so that your overlay can go beyond that image.