How we can setup ScrollView vertically & horizontally? I tried the below code, but it didn\'t work.
ScrollView
Try using the android:orientation attribute. This can be used for horizontal or vertical: android:orientation="horizontal" or android:orientation="vertical".
android:orientation
android:orientation="horizontal"
android:orientation="vertical"