I\'m developing an application for Android tablet 3.0 that has one activity that should be scrollable in the horizontal axis, like an e-book.
For that, I\'m using a
Change the width of Relativelayout to wrap_content.
wrap_content
Try using this method to add the view.
void addView (View child, ViewGroup.LayoutParams params)
EDIT: Remove android:orientation="horizontal" from the HorizontalScrollView
android:orientation="horizontal"
HorizontalScrollView