I am working on animation, I have one Layout and list-view and I am applying animation to list-view from left to right, Its working fine but list-view slide front of layout and I want to do from back of layout.
On click of layout list-view will slide from left to right and it hold the place beside layout like below images.
Thanks.
Try to Understand the View order(Hierarchy) let me make it clear with an example
This will make Textview over ButtonView
This will make Button over TextView
1st case code
2nd case code
in Short you can maintain order by following code hierarchy