大家帮忙看看,老师也看看

我的模拟器里多出来一个HelloWorld545605450001899205000353.jpg

代码如下:

<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"

    xmlns:tools="http://schemas.android.com/tools"

    android:id="@+id/container"

    android:layout_width="match_parent"

    android:layout_height="match_parent"

     >


    <Button

        android:id="@+id/button1"

        android:layout_width="match_parent"

        android:layout_height="wrap_content"

        android:text="@string/button_name" />


</FrameLayout>


gao19874
浏览 1132回答 1
1回答

溜达溜达

看看你的Activity里加载布局的时候是不是直接加载的这个xml
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

Android