I have a layout with an Imageview and a Textview. Imageview will occupy all the size of the layer, and Textview will be on top of the image, and always at the same relative distance to the corners of the image. For instance, I want the Textview to be at a position such that its y position is 1/3 of the height of the Imageview. How can I do this?
I'm open to any kind of layout you consider is necessary. Please avoid third libraries or deprecated android methods.