ViewCompat.setNestedScrollingEnabled()无法在KitKat上运行

时间:2017-06-07 08:07:46

标签: android scrollview android-nestedscrollview

ViewCompat.setNestedScrollingEnabled()无法使用KitKat。它在Lollipop上运行良好。

问题可能是什么以及如何解决?

1 个答案:

答案 0 :(得分:0)

我进行了大量搜索并找到了自己的解决方案! 我很高兴这个代码和工作正常

<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">