HorizontalScrollView sv = new HorizontalScrollView(this);


LinearLayout ll = new LinearLayout(this);

ll.setOrientation(LinearLayout.HORIZONTAL);

Posted by tenn
,