Use scrollView between two Linear Layout inside a LinearLayout
问题 i want to put two scroll view on two layouts that are in inside a main layout .Here is my XML file Please help me on this <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/flightResultData" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginLeft="8dp" android:gravity="center_horizontal" android:orientation="horizontal" > <LinearLayout android:layout_width="fill_parent" android:layout_height="wrap_content"