I am using CoordinatorLayout in my activity page. In that there is ListView below the app bar. But its not working when I use ListView
CoordinatorLayout
ListView
Just add android:nestedScrollingEnabled="true" tag inside your NestedScrollView.