标签:
出错代码如下:
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="vertical"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:background="#ffffffff"
>
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:orientation="horizontal"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:gravity="center"
>
在第二个LinearLayout 的 xmlns:android=”http://schemas.android.com/apk/res/android”出错
去掉 第二个”xmlns:android=”http://schemas.android.com/apk/res/android”
版权声明:本文为博主原创文章,未经博主允许不得转载。
【解决方法】Unexpected namespace prefix “xmlns” found for tag Layout
标签:
原文地址:http://blog.csdn.net/zwhlxl/article/details/47036063