解析XML时出错:未绑定前缀

时间:2014-12-30 22:20:17

标签: android

我是android的新手,并尝试学习一些基本的东西,我的问题是如果我将此行android:layout_gravity="center"粘贴到默认的“activity_main.xml”文件中我在标题中收到错误但是如果我删除错误消失的行!

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

    <TextView
        android:id="@+id/textView1"
        android:layout_width="wrap_content"
        android:textSize="70dp"
        android:layout_height="wrap_content"
        andriod:layout_gravity="center"
        android:text="@string/hello_world"
        
  
         />

</RelativeLayout>

我感谢任何帮助

1 个答案:

答案 0 :(得分:0)

您的错误很简单

而不是

andriod:layout_gravity

android:layout_gravity