Android布局在XML中定义,并在根元素中声明此命名空间:
xmlns:android="http://schemas.android.com/apk/res/android"
Run Code Online (Sandbox Code Playgroud)
元素示例:
<TextView android:layout_width="fill_parent" android:layout_height="wrap_content" />
Run Code Online (Sandbox Code Playgroud)
android前缀而不是省略它xmlns="http...?