Cómo desplazar ViewPager cuando se coloca en un NestedScrollView en una actividad de Android

Me encuentro con este problema, lo soluciono mediante setFillViewport (genuino)

<android.support.v4.widget.NestedScrollView

xmlns: android = “http://schemas.android.com/apk/r…”

xmlns: app = “http://schemas.android.com/apk/r…”

xmlns: tools = “http://schemas.android.com/devices”

android: layout_width = “match_parent”

android: id = “@ + id / nest_scrollview”

android: layout_height = “match_parent”

app: layout_behavior = “@ string / appbar_scrolling_view_behavior”

herramientas: context = “mio.kon.yyb.nestedscrollviewbug.ScrollingActivity”

herramientas: showIn = “@ layout / activity_scrolling”>

<android.support.v4.view.ViewPager

android: id = “@ + id / viewpager”

android: layout_width = “match_parent”

android: layout_height = “match_parent” />

en movimiento

Creo que colapsaría pero puedes consultar el siguiente enlace

Desbordamiento de pila

Espero eso ayude