I need a layout(view1) which on scrolling listview gets collapsed, so that listview have full screen height?
You can do that with android material design and make the AppBar collapse on scroll.Also add this attribute to your listView
app:layout_behaviour="@string/appbar_scrolling_view_behavior"
Use this link for more info here