Search This Blog

Wednesday, July 26, 2017

Scroll to Top View

LinearLayoutManager llm ;

llm = new LinearLayoutManager(getActivity());
llm.setOrientation(LinearLayoutManager.VERTICAL);

recyclerView.setLayoutManager(llm);


// set  top 
llm.scrollToPositionWithOffset(0, 0);



No comments:

Post a Comment