Is it possible to float elements over other Android elements so that they do not affect the location of their container?
The effect I want to achieve is a speech-like floating element:

The yellow square above is the element that I want to swim above the other elements, but as you can see, it pushes its container down, creating a black space under the green stripe, instead of floating above the gray area below it.
RelativeLayout can position the element accordingly, but I cannot find a way to make the located element not extend the border of its container. Is this possible on Android?
ANALOGUES
- in the web world, an equivalent is an element that has a “position: absolute” and therefore is not considered part of the “stream” (i.e.: layout)
- WPF , Canvas. Canvas , , .
- iOS ( ), x y .