xml:error parsing xml unbound prefix

<LinearLayout
    android:layout_width="fill_parent"
android:layout_height="fill_parent"
    android:orientation="horizontal"
    android:layout_marginTop="380px"
    android:background="#1e72bb"
    anroid:gravity="center">

改为

<LinearLayout
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:orientation="horizontal"
    android:layout_marginTop="380px"
    android:background="#1e72bb"
    android:gravity="center">

上一篇:swift高阶函数 map、filter、reduce


下一篇:Flutter 初学者的简单例子充分解释