我什么时候需要包含 xml 版本和xmlns:android
声明,例如
<?xml version="1.0" encoding="utf-8"?>
<merge xmlns:android="http://schemas.android.com/apk/res/android"
...
</merge>
如果布局是父布局,则包含它是有意义的。子布局需要这个吗?
我什么时候需要包含 xml 版本和xmlns:android
声明,例如
<?xml version="1.0" encoding="utf-8"?>
<merge xmlns:android="http://schemas.android.com/apk/res/android"
...
</merge>
如果布局是父布局,则包含它是有意义的。子布局需要这个吗?