teze
teze
Hi, I want to know how dose the RecyclerView add Bounce effect,If it can support Bounce effect ?like IOS effect? override overScrollBy method ,but it doesn't work! why? need some...
你好,你的控件写的很好!不过这里有个小问题!是否可以修正? SwipeMenuLayout 文件 init 方法 ``` if (mOpenInterpolator != null) { mOpenScroller = ScrollerCompat.create(getContext(), mOpenInterpolator); } else { mOpenScroller = ScrollerCompat.create(getContext()); } LayoutParams contentParams = new LayoutParams( LayoutParams.MATCH_PARENT, LayoutParams.WRAP_CONTENT); mContentView.setLayoutParams(contentParams);...