이렇게 어떻게 하냐?

 

<LinearLayout
        android:layout_width="100dp"
        android:layout_height="match_parent">
    </LinearLayout>
    <LinearLayout
        android:layout_width="match_parent"
        android:layout_height="match_parent">
    </LinearLayout>

</LinearLayout>

 

이런식으로는 되는데

거꾸로는 안되네