Hi i am trying to create a button on top of my recyclerview purpose of button will be to goto top of list. Just like facebook "new stories"button shown in attached picture.
One option that i got is to create a Floating Action Button and display it in on top of recyclerview but after searching i found out that it's better to create own FAB rather changing android's FAB layout. Which bring me back that how to create custom FAB.