Use this code in your java class.
your_scrollview.post(new Runnable() {
@Override
public void run() {
your_scrollview.smoothScrollTo(0, your_view.getTop());
}
});
If you want to get new posts, make sure to subscribe to Value In Brief by Email.
Use this code in your java class.
your_scrollview.post(new Runnable() {
@Override
public void run() {
your_scrollview.smoothScrollTo(0, your_view.getTop());
}
});
If you want to get new posts, make sure to subscribe to Value In Brief by Email.