<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="wrap_content"
    android:layout_height="wrap_content">
    
    <EditText         android:id="@+id/bookMarkName"
        android:layout_width="254dp"
        android:layout_height="wrap_content"
        android:layout_marginTop="2dp"
        amdroid:layout_centerInParent="true"
        android:layout_centerHorizontal="true"
        />
</RelativeLayout>红色字体部分也就是<TextView   部分出现
Multiple annotations found at this line:
- error: Error parsing XML: unbound prefix
- This text field does not specify an inputType 
这种错误,怎么解决