Android - Scrollview start at the bottom -


is there anyway can make scrollview start on bottom? tried to:

post(new runnable() {         @override         public void run() {             fullscroll(scrollview.focus_down);         }     }); 

and setting android:focusableintouchmode="true" on lowest element in layout.

but can see scrolling bottom sometimes. idea make imperceptible user.

thanks lot.

try scrollview.fullscroll(view.focus_down)


Comments

Popular posts from this blog

apache - PHP Soap issue while content length is larger -

asynchronous - Python asyncio task got bad yield -

javascript - Complete OpenIDConnect auth when requesting via Ajax -