BGASwipeItemLayout-Android icon indicating copy to clipboard operation
BGASwipeItemLayout-Android copied to clipboard

类似 iOS 带弹簧效果的左右滑动控件,可作为 AbsListView 和 RecyclerView 的 item(作为 AbsListView 的 item 时的点击事件参考代码家的 https://github.com/daimajia/AndroidSwipeLayout )

Results 7 BGASwipeItemLayout-Android issues
Sort by recently updated
recently updated
newest added

点击动画开左边的view有滑动 右边的view没有展示

为什么会出现以下的问题呢?我的那里用法不对吗? 02-24 19:19:50.583 24573-24573/? E/InputEventReceiver: Exception dispatching input event. 02-24 19:19:50.603 24573-24573/? A/MobUncaughtExceptionHandler: length=2; index=-1 02-24 19:19:50.603 24573-24573/? A/MobUncaughtExceptionHandler: java.lang.ArrayIndexOutOfBoundsException: length=2; index=-1 02-24 19:19:50.603 24573-24573/? A/MobUncaughtExceptionHandler: at android.support.v4.widget.ViewDragHelper.processTouchEvent(ViewDragHelper.java:1147) 02-24 19:19:50.603...

12-21 10:38:47.132 8356-8356/? E/AndroidRuntime: FATAL EXCEPTION: main Process: com.dym.film, PID: 8356 java.lang.IllegalArgumentException: pointerIndex out of range at android.view.MotionEvent.nativeGetAxisValue(Native Method) at android.view.MotionEvent.getX(MotionEvent.java:1979) at android.support.v4.view.MotionEventCompatEclair.getX(MotionEventCompatEclair.java:32) at android.support.v4.view.MotionEventCompat$EclairMotionEventVersionImpl.getX(MotionEventCompat.java:110) at android.support.v4.view.MotionEventCompat.getX(MotionEventCompat.java:462) at android.support.v4.widget.ViewDragHelper.processTouchEvent(ViewDragHelper.java:1145) at...