I want to implement a layout and animation in such a way that when we try to pull down a layout it should increase its height and expand to downwards and its edge should be round. and same way to pull up. It should increase its height and move upwards and its edge should be round. I don't know how to start and where to start.
What I tried till now.
I tried to implement library https://github.com/marcorighini/PullableView but, it shows me error while building the project:
Failed to resolve: com.github.marcorighini:PullableView:1.1.0
I also opened an issue in GitHub. https://github.com/marcorighini/PullableView/issues/3
There is a demo too, for that layout. that how a layout should be pulled down https://drive.google.com/open?id=1yN2OHmYrpMZ0Uh7oo3N6HXd_x2dREK44
What I want to achieve is shown in the image
can anybody help me? It would be good if anyone can provide any information regarding this problem to start with. And if there is a library for it then that would be great. thanks in advance. Please help me.