Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/drupal/3.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Android 如何设置自动列和行inTableLayout_Android_Tablelayout - Fatal编程技术网

Android 如何设置自动列和行inTableLayout

Android 如何设置自动列和行inTableLayout,android,tablelayout,Android,Tablelayout,嗨 如何在TableLayout中设置列和行的自动编号发生了什么事???有什么办法可以做到这一点吗?发生了什么事???有没有办法做到这一点?? <TableLayout android:layout_width="match_parent" android:layout_height="wrap_content" android:stretchColumns="*" android:id="@+id/linear_avatar"> </Tabl


如何在TableLayout中设置列和行的自动编号

发生了什么事???有什么办法可以做到这一点吗?发生了什么事???有没有办法做到这一点??
<TableLayout
    android:layout_width="match_parent"
    android:layout_height="wrap_content"
    android:stretchColumns="*"
    android:id="@+id/linear_avatar">

</TableLayout>