for me just postDelay works. Commented block is not works when i choose it. 
anybody knows why ? i have editText on my layout and it stays focused on 
top  

        scrollView.postDelayed( new Runnable() {
            @Override
            public void run() {
             scrollView.scrollTo(scrollX, scrollY);
            }
         }, 100 );
        /*
        scrollView.post( new Runnable() {
            @Override
            public void run() {
             scrollView.scrollTo(scrollX, scrollY);
            }
         } );
*/

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to