I want to set the height of the horizontal scroll View from my code. How is it possible?
height
horizontal scroll View
....
HorizontalScrollView hv; hv = new HorizontalScrollView(this); hv.setMinimumHeight(intMinHeight);
try this: