首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 移动开发 > Android >

布局报了很多错但是不知道有关问题在哪里,哪位高手能指点一下

2013-09-29 
布局报了很多错但是不知道问题在哪里,谁能指点一下代码:?xml version1.0 encodingutf-8?FrameLay

布局报了很多错但是不知道问题在哪里,谁能指点一下
代码:
<?xml version="1.0" encoding="utf-8"?>
<FrameLayout xmlns:android="http://schema.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    >
    <TextView 
        android:id="@+id/textview1"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_gravity="center"
        android:width="320px"
        android:height="320px"
        android:background="#f00"
        />
    <TextView 
        android:id="@+id/textview2"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content" 
        android:layout_gravity="center"
        android:width="280px"
        android:height="280px"
        android:background="#0f0"
        />
    <TextView 
        android:id="@+id/textview3"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:width="240px"
        android:height="240px"
        android:layout_gravity="center"
        android:background="ff0"
        />
    <TextView 
        android:id="@+id/textview4"
        android:layout_width="wrap_content"
        android:layout_height="wrap_content"
        android:layout_gravity="center"
        android:width="200px"
        android:height="200px"
        android:baickground="f0f"
        />
</FrameLayout>
错误全是下面这种
布局报了很多错但是不知道有关问题在哪里,哪位高手能指点一下

这是哪里出了问题?

热点排行