以前のリビジョンの文書です
<LinearLayout android:layout_width="match_parent" android:layout_height="50dp" android:orientation="vertical" android:background="@color/head" > <androidx.appcompat.widget.AppCompatTextView android:layout_width="match_parent" android:layout_height="0dp" // ←高さは0dpにする android:layout_weight="1" // ←1対1の場合 android:text="ああああ"/> <androidx.appcompat.widget.AppCompatTextView android:layout_width="match_parent" android:layout_height="0dp" // ←高さは0dpにする android:layout_weight="1" // ←1対1の場合 android:text="ああああ"/> </LinearLayout>