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
Post a Comment