ViewCompat.setNestedScrollingEnabled()
无法使用KitKat。它在Lollipop上运行良好。
问题可能是什么以及如何解决?
答案 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">