You can use mScrollView.smoothScrollTo(x,y )method. x y is the coordinate position, mScrollView. smoothScrollTo(0,0); it will be on top
You can use mScrollView.smoothScrollTo(x,y )method. x y is the coordinate position, mScrollView. smoothScrollTo(0,0); it will be on top