dexafree / MaterialList

An Android library aimed to get the beautiful CardViews that Google shows at its official design specifications
1.61k stars 380 forks source link

how to go back to top of list? #136

Open a2232189 opened 8 years ago

a2232189 commented 8 years ago

After adding new card, it always go to bottom, but I want it go back to top of list.

didadida-r commented 8 years ago

you can use "materialListView.smoothScrollToPosition(0)" to set your materialList to the top