<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:background="@color/white"   ------>这一行老是报错,说没有资源文件
        android:orientation="vertical"
android:layout_width="fill_parent" android:layout_height="fill_parent">
</LinearLayout>这个应该是引用系统颜色吧,不需要自己重新定义资源文件吧
为什么呢??求解~~