twotoasters / JazzyListView

Apache License 2.0
934 stars 310 forks source link

Jazzy List View with Recycler View #50

Closed sujaykumarh closed 3 years ago

sujaykumarh commented 8 years ago

this works

recyclerView.setAdapter(adapter); JazzyRecyclerViewScrollListener listener = new JazzyRecyclerViewScrollListener(); listener.setTransitionEffect(new SlideInEffect()); recyclerView.setOnScrollListener(listener);

this does not from the readme

recyclerView.setTransitionEffect(new SlideInEffect());

splm commented 8 years ago

that's right.i've read the source code of JazzxxListener.