Search code examples
androidscrollviewandroid-nestedscrollview

ViewCompat.setNestedScrollingEnabled() not working on KitKat


ViewCompat.setNestedScrollingEnabled() is not working on KitKat. It does work fine on Lollipop.

What maybe the issue and how to resolve it?


Solution

  • I lots of search and found my self solution !!! I am happy for this code and working fine

    <android.support.v4.widget.NestedScrollView
        android:layout_width="match_parent"
        android:layout_height="match_parent"
        app:layout_behavior="@string/appbar_scrolling_view_behavior"
        android:fillViewport="true">