daimajia / AndroidSwipeLayout

The Most Powerful Swipe Layout!
MIT License
12.38k stars 2.67k forks source link

surface view vibrate left and right when swiping on list to close bottom view #267

Open gumelartejasukma opened 8 years ago

gumelartejasukma commented 8 years ago

Hi, I implement the BaseSwipeAdapter for ListView, when opening the bottom view with swipe gesture ,no problem. But when closing the bottom view with reverse swipe gesture the surface view is moving wildly left and right (vibrating). I try to log the leftOffset in SimpleSwipeListener.onUpdate method, and this is the result. See the value that constantly changing to "-480". Any solution on this? :

02-08 02:15:53.229 14765-14765/com.exaditama.xcommerce D/gugum: on update -480 layout : 0.0 02-08 02:15:53.249 14765-14765/com.exaditama.xcommerce D/gugum: on update -464 layout : 0.0 02-08 02:15:53.299 14765-14765/com.exaditama.xcommerce D/gugum: on update -480 layout : 0.0 02-08 02:15:53.309 14765-14765/com.exaditama.xcommerce D/gugum: on update -432 layout : 0.0 02-08 02:15:53.359 14765-14765/com.exaditama.xcommerce D/gugum: on update -480 layout : 0.0 02-08 02:15:53.359 14765-14765/com.exaditama.xcommerce D/gugum: on update -436 layout : 0.0 02-08 02:15:53.409 14765-14765/com.exaditama.xcommerce D/gugum: on update -480 layout : 0.0 02-08 02:15:53.429 14765-14765/com.exaditama.xcommerce D/gugum: on update -417 layout : 0.0 02-08 02:15:53.519 14765-14765/com.exaditama.xcommerce D/gugum: on update -480 layout : 0.0 02-08 02:15:53.529 14765-14765/com.exaditama.xcommerce D/gugum: on update -375 layout : 0.0 02-08 02:15:53.599 14765-14765/com.exaditama.xcommerce D/gugum: on update -178 layout : 0.0 02-08 02:15:53.599 14765-14765/com.exaditama.xcommerce D/gugum: on update -161 layout : 0.0 02-08 02:15:53.669 14765-14765/com.exaditama.xcommerce D/gugum: on update -65 layout : 0.0 02-08 02:15:53.679 14765-14765/com.exaditama.xcommerce D/gugum: on update -53 layout : 0.0 02-08 02:15:53.739 14765-14765/com.exaditama.xcommerce D/gugum: on update -21 layout : 0.0 02-08 02:15:53.749 14765-14765/com.exaditama.xcommerce D/gugum: on update -16 layout : 0.0 02-08 02:15:53.809 14765-14765/com.exaditama.xcommerce D/gugum: on update -4 layout : 0.0 02-08 02:15:53.819 14765-14765/com.exaditama.xcommerce D/gugum: on update -3 layout : 0.0 02-08 02:15:53.869 14765-14765/com.exaditama.xcommerce D/gugum: on update -1 layout : 0.0 02-08 02:15:53.889 14765-14765/com.exaditama.xcommerce D/gugum: on update 0 layout : 0.0