I want to create an expandable layout that holds view inside of it. And I should be able to toggle the height of it by pressing a button. The thing that I'm looking for is something like this:
This screen is divided in two parts. The upper part is expandable and holds text,webview... and the lower part has a list that changes the content in the upper expandable layout/view
Does anyone knows how can I achieve this, is there a library that I can use, or how should I implement such layout.
Thanks