为了账号安全,请及时绑定邮箱和手机立即绑定

初始内容不一样

为什么我的初始内容和老师的不一样

<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"

    tools:context="com.ab.helloword.MainActivity"

    tools:ignore="MergeRootFrame" />

编写后的内容也不一样:

<LinearLayout 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"

    tools:context="com.ab.helloword.MainActivity"

    tools:ignore="MergeRootFrame" >


    <TextView

        android:id="@+id/textView1"

        android:layout_width="wrap_content"

        android:layout_height="wrap_content"

        android:text="姓名:"

        android:textSize="28sp"

        android:textColor="#121212"

        />


    <EditText

        android:id="@+id/editText1"

        android:layout_width="match_parent"

        android:layout_height="wrap_content"

        />


</LinearLayout>


正在回答

1 回答

我就把FrameLayout改成LinearLatout,换一种布局就可以了 ,别的不用怎么改的

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
Android攻城狮的第一门课(入门篇)
  • 参与学习       312584    人
  • 解答问题       4633    个

想快速掌握Android应用开发基础,选择学习这门课程就对了。

进入课程

初始内容不一样

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信