android:layout_height="match_parent"
android:orientation="horizontal" >
android:layout_height="wrap_content"
android:layout_weight="1"
android:text="你好" />
android:layout_height="wrap_content"
android:layout_weight="5" />
每一行单独用一个linearLayout试试