I have a square ImageButton
defined in the xml
whose source image may change programmatically.
Regardless of what's the image inside I want to display a little gray triangle in the bottom right corner (the goal is to suggest the user to click on the image and to pick another icon from a list). Here's an example I found on Marshmallow:
How to do it?
You can do something like this