在此行找到多个注释: - 错误:在'android'

时间:2015-12-10 08:19:12

标签: android xml eclipse

这是我的.xml代码,它说“在这一行找到了多个注释:      - 错误:在'android'包中找不到属性'layout_alignBaseLine'的资源标识符。我不知道为什么会出现这个问题。有人帮助我。

<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.relativelayout.MainActivity" >

<TextView
    android:id="@+id/textView1"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"
    android:layout_alignBaseLine="@+id/button1"
    />

<EditText
    android:id="@+id/editText1"
    android:layout_width="fill_parent"
    android:layout_height="wrap_content"
    android:layout_alignBaseLine="@+id/button1"
    android:layout_toLeftOf="@+id/textView1"
    android:layout_toStartOf="@+id/texView1"
    android:layout_toRightOf="@+id/button1"
    android:layout_toEndOf="@+id/button1"
    />

<Button
    android:id="@+id/button1"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content"      
    android:text="Button"
    android:layout_alignParentRight="true" 
    android:layout_alignParentTop="true" 
    android:layout_alignParentEnd="true"/>

 </RelativeLayout>

My Screen

1 个答案:

答案 0 :(得分:0)

应该{​​{1}}而不是layout_alignBaseline第二个字母应该是小写