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

为什么我按照老师的做法布局,代码始终不一样,而且不会自动代码提示补全

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

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

    android:layout_width="match_parent"

    android:layout_height="match_parent"

    android:paddingBottom="@dimen/activity_vertical_margin"

    android:paddingLeft="@dimen/activity_horizontal_margin"

    android:paddingRight="@dimen/activity_horizontal_margin"

    android:paddingTop="@dimen/activity_vertical_margin"

    tools:context="com.example.shicf001.MainActivity$PlaceholderFragment" >


    <TextView

        android:id="@+id/textView1"

        android:layout_width="wrap_content"

        android:layout_height="wrap_content"

        android:layout_alignParentTop="true"

        android:layout_marginTop="22dp"

        android:layout_toLeftOf="@+id/editText1"

        android:text="姓名:"

        android:textSize="28sp" 

        android:textColor="#000000"

        />


    <EditText

        android:id="@+id/editText1"

        android:layout_width="wrap_content"

        android:layout_height="wrap_content"

        android:layout_alignBaseline="@+id/textView1"

        android:layout_alignBottom="@+id/textView1"

        android:layout_alignParentRight="true"

        android:ems="10" >


        <requestFocus />

    </EditText>


</RelativeLayout>

为什么我按照老师的做法布局,代码始终不一样,而且不会自动代码提示补全

正在回答

1 回答

哪里不一样了???????

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

举报

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

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

进入课程

为什么我按照老师的做法布局,代码始终不一样,而且不会自动代码提示补全

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