2
I have a Scrollview with several elements inside, Linearlayout, Images, Textviews etc.
In the header, above the scrollview I have some buttons, in the Onclicklistener of one of them I want to make an auto scroll so that the application shows on the screen that element I want, in case, the beginning of a Linearlayout.
You can solve it with linearlayout.requestFocus(), but there is no scroll, there is some other way the application shows the scrool by sliding to the view I want?
Thank you.
Perfect, it worked. ?
– Marcelo López
I edited the answer! =)
– Thiago Luiz Domacoski
Perfect! worked right. thank you very much.
– Marcelo López