1

I am currently using RecyclerView and LinearLayoutManager under v7 support and building under min sdk version 15.

I would like to do an overscroll glow effect immediately on the RecyclerView (manually calling a function instead of listening events) if a new item is inserted into the adapter, how do I achieve this?

Saren Arterius
  • 1,330
  • 1
  • 11
  • 15

1 Answers1

0

override onTouchEvent and draw a EdgeEffect by yourself.copy the EdgeEffect from android 5.0.there is a api called setColor()