Swipe-cards icon indicating copy to clipboard operation
Swipe-cards copied to clipboard

类似探探和tinder,可以左右滑动的层叠卡片

Results 10 Swipe-cards issues
Sort by recently updated
recently updated
newest added

![图片](https://user-images.githubusercontent.com/12170093/82517209-3d37a500-9b4f-11ea-9b31-c10bfe1d44bf.png)

1 如果是视频,设置视频的剪裁方式无法生效 2 无法动态添加view

如果在Adapter中的itemView中的控件设置了GONE,之后就再也无法显示了

java.lang.NullPointerException: Attempt to read from field 'int android.view.ViewGroup$LayoutParams.width' on a null object reference at android.view.ViewGroup$MarginLayoutParams.(ViewGroup.java:7352) at android.widget.FrameLayout$LayoutParams.(FrameLayout.java:548) at com.zc.swiple.SwipeFlingView$SwipeLayoutParame.(SwipeFlingView.java:1187) at com.zc.swiple.SwipeFlingView.makeAndAddView(SwipeFlingView.java:331) at com.zc.swiple.SwipeFlingView.makeAndAddView(SwipeFlingView.java:316) at com.zc.swiple.SwipeFlingView.layoutChild(SwipeFlingView.java:254) at com.zc.swiple.SwipeFlingView.layoutChildren(SwipeFlingView.java:246) at com.zc.swiple.SwipeFlingView.onLayout(SwipeFlingView.java:235) at...

Hi, I am trying to integrate Ads inside the cards, example every 5th card to show the ads. But the view is not rendering, any idea what might be going...