I need to implement the layout as in the picture. Parent and Sibling are in a vertical LinearLayout. So I need to make a child view to overlap it's parent. Can I do that in android?
If:
ViewGroup
then maybe you could consider using android:clipChildren set to false on parent.