android - Scroll layout containing listview -
i have listview contains 600 elements, right above have 2 spinners use filter list. possible make when start scrolling down listview, first scroll entire page hide 2 spinners before start scrolling actual listview. (the red box framelayout) i've sketched out current layout along desired effect. start seeing 2 spinners, single list item use header listview, , listview itself. when start scrolling, want first spinners dissapear under toolbar, , start items scroll. is possible? if not, alternatives display list filtering controls while not occupying of screen? edit: i've started experimenting nestedscrollview, , sorta works. here layout: <android.support.v4.widget.nestedscrollview xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="match_parent" android:layout_height="match_parent" android:padding="16dp"> <linearlayout android:layout_width="match_parent&q