I have a RecycleView scroll Horizontal and every item of it has a ScrollView scroll Vertical. When I scroll down the ScrollView,it will remember that position and doesn't reset to the top when i scroll the RecycleView to another item,like this :
Could anyone give me an advice to make the ScrollView reset to the top when i scroll the RecycleView ?
Call this, when you detect scrolling the RecyclerView
yourScrollView.fullScroll(ScrollView.FOCUS_UP);