I am making a calendar. Each day is a textview with a number denoting the day of the month.
I’d like to overlay another view which signals that there is an event on that date. See below image or think about how the google calendar app looks. How do I do this?

One way is to make the two textview inside a Relative Layout or a Frame Layout. You can look at this for reference.