I have a ViewPager with 4 tabs. One of the tabs has a RecyclerView and I want to be able to scroll to the top of the fragment/RecylerView when I press on the the current fragments tab.
How can I accomplish this?
I have a ViewPager with 4 tabs. One of the tabs has a RecyclerView and I want to be able to scroll to the top of the fragment/RecylerView when I press on the the current fragments tab.
How can I accomplish this?