I'm trying to scroll in Android a HorizontalScrollView programmatically.
However I just found this method:
scroll.fullScroll(View.FOCUS_DOWN)
And I'm looking forward to scroll the view to exactly the middle.
Any tip?
I know that there's a method to scroll to an exact position:
setScrollX
but the parameter should be calculated somehow I don't know.