首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > Android >

出现以上异常

2012-08-17 
出现以下错误?xml version1.0 encodingutf-8?RelativeLayout xmlns:androidhttp://schemas.and

出现以下错误
<?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 
这种错误,怎么解决

[解决办法]
amdroid:layout_centerInParent="true"

字母写错了

android:layout_centerInParent="true"

热点排行