0

I have a simple LinearLayout with 3 TextViews. They double it's size on click, and move up and down nearby views. But i need these TextViews to overlap nearby views instead of moving them to free space. I've already tried using RelativeLayout - same result. FrameLayout is not supposed to group list of elements. So how can i achieve such overlapping?

1 Answers1

0

Problem solved. To achieve view overlap i've used RelativeLayout with fixed height.