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?
Asked
Active
Viewed 93 times
0
-
Where is your effort of code? – Piyush Oct 07 '16 at 08:16
-
I can't post code from my project, cause it's protected by corporate law( – Евгений Кравцов Oct 07 '16 at 08:20
-
Surely you could make a "similar" layout that isn't an exact copy of the project – OneCricketeer Oct 07 '16 at 08:22
-
Try using RelativeLayout instead of LinearLayout – Partha Chattaraj Oct 07 '16 at 08:23
1 Answers
0
Problem solved. To achieve view overlap i've used RelativeLayout with fixed height.

Евгений Кравцов
- 1,203
- 1
- 14
- 30