I\'m using a ScrollView in a layout, and am attempting to use the new CoordinatorLayout from the design support library.
My layout file looks like this:
<
NestedScrollView is just like ScrollView, but it supports acting as both a nested scrolling parent and child on both new and old versions of Android. Nested scrolling is enabled by default.
You can use a NestedScrollView within a parent ScrollView. NestedScrollView is used when there is a need for a scrolling view inside another scrolling view. This is where it is useful, when the system needs to decide which view to scroll.
Here is an example of NestedScrollView with CoordinatorLayout: