首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > JAVA > Eclipse开发 >

android中 MAIN.XML布局有关问题

2013-06-25 
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>


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

热点排行