错误:在此行找到多个注释: - 错误:解析XML时出错:未绑定前缀 - 属性缺少Android命名空间前缀

时间:2013-10-08 02:53:33

标签: android-layout

我只是Android应用开发的初学者。我正在尝试使用以下代码在线性布局中创建可编辑的文本区域:

 <LinearLayout 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:orientation="horizontal"
    tools:context=".MainActivity" >   

   <EditText andriod:id="@+id/edit_message" 
     andriod:layout_width="wrap_content"    
     android:layout_height="wrap_content" 
         andriod:hint="@Srting/edit_message">
   </EditText>           
  </LinearLayout>

但是在保存xml代码时会出错。

1 个答案:

答案 0 :(得分:0)

<EditText andriod:id="@+id/edit_message" andriod:layout_width="wrap_content"
android:layout_height="wrap_content" andriod:hint="@Srting/edit_message"> </EditText>

强者应该坚强