android中 MAIN.XML布局有关问题

android中MAIN.XML布局问题android:layout_heightwrap_contentandroid:text@string/main_title /B

android中 MAIN.XML布局问题


        android:layout_height="wrap_content"
        android:text="@string/main_title" />
    
    <Button
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:text="@string/continue_label" />
    <Button
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:text="@string/newGame_label" />
    
    <Button
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:text="@string/about_label"  />

    <Button
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:text="@string/exit_label"  />
</LinearLayout>


  你没有设置默认排版方式....