I have tried with ScrollView FOCUS_DOWN but not scrolling to the bottom, it scrolls near bottom. It must be done after adding a LinearLayout element.
My code:
LinearLayoutView.addView(txtView);
scroll.addView(LinearLayoutView);
scroll.fullScroll(ScrollView.FOCUS_DOWN);
Thanks