在main.xml文件中写android:layout_column="1" 这句的时候layout_column怎么没有提示啊
<?xml version="1.0" encoding="utf-8"?>
<TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="fill_parent"
    android:layout_height="fill_parent"
    android:orientation="vertical"
    android:stretchColumns="0,1,2" >
    
    <TableRow >
        <TextView 
             android:layout_column="1"
              
            />      
    </TableRow>
</TableLayout> 有的时候还报错