Android xml语法

时间:2017-11-23 03:00:27

标签: android xml

我遇到了一段这样的代码:

<android:TextClock
    layout_width="match_parent"
    layout_height="match_parent"/>

我知道android是一个xml名称空间,因此代码表明TextClock是在android名称空间或其他内容中定义的属性?

为什么我写这样的东西,这是一个错误?

enter image description here

1 个答案:

答案 0 :(得分:0)

在你的根视图中,必须像下面那样导入android

xmlns:android="http://schemas.android.com/apk/res/android"