I am trying to place an ImageView
on the overlap point between two layouts. In the picture below, my goal would be to place the ImageView
where the white square is. NOTE: The overlap point will not necessarily be centered vertically as shown below
Is this possible in XML?
My only guess right now is to do this in the actual code itself.
EDIT 8/3/2016: For reference, I think ConstraintLayouts
may be the best future solution for these types of problems http://tools.android.com/tech-docs/layout-editor