Attempt to invoke virtual method 'boolean android.view.View.canScrollVertically(int)' on a null object reference
解决方法 :
<android.support.v7.widget.RecyclerView
android:id="@+id/swipe_target"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:clipToPadding="false"/>
// android:id="@+id/swipe_target" // id 必须为swipe_target
网友评论