快来教教我,xml布局文件中androidrientation="vertical"怎么会不支持了,显示红xx
   <LinearLayout android:id="@+id/tab1"  
        android:layout_width="fill_parent" android:layout_height="fill_parent"
        androidrientation="vertical">  
        <TextView android:id="@+id/TextView1"  
            android:text="This is a tab1" android:layout_width="fill_parent"  
            android:layout_height="wrap_content">  
        </TextView>  
    </LinearLayout> 
 Android