这是我的代码:
<LinearLayout
android:layout_width="200dp"
android:layout_height="400dp"
android:background="#D2B48C"
android:orientation="vertical">
<TextView
android:text="sahil"
android:layout_width="wrap_content"
android:layout_height="0dp"
android:layout_weight="6"
android:background="#DC143C"/>
<TextView
android:text="sahil"
android:layout_width="wrap_content"
android:layout_height="0dp"
android:layout_weight="1"
android:background="#DC143C"/>
</LinearLayout>
即使我将文本视图的布局宽度设置为“wrap_content”,它仍然覆盖了为线性布局设置的整个空间,即 200dp