viethoa / recyclerview-alphabet-fast-scroller-android

This is fast scroller alphabet for android, support version 14 to lastest
56 stars 16 forks source link

Android Support Lib 23.2.0 #1

Closed wscheffer closed 8 years ago

wscheffer commented 8 years ago

With the new support lib Recycle Views now supports WRAP_CONTENT, this sees to causes in issues in onTouchEvent MotionEvent.ACTION_MOVE setRecyclerViewPosition(y)

viethoa commented 8 years ago

I fixed, thank you for your reminder. please let me know if have any issues again! very thank :)

wscheffer commented 8 years ago

Tested and works fine again. Thanks