我遇到了一段这样的代码:
<android:TextClock
layout_width="match_parent"
layout_height="match_parent"/>
我知道android
是一个xml名称空间,因此代码表明TextClock
是在android
名称空间或其他内容中定义的属性?
为什么我写这样的东西,这是一个错误?
答案 0 :(得分:0)
在你的根视图中,必须像下面那样导入android
xmlns:android="http://schemas.android.com/apk/res/android"