1
這是我的XML佈局代碼。我希望能夠動態添加TableLayout - tableLayout1行。請幫助我如何動態地將行添加到Android SDK的TableLayout?
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent">
<TableLayout android:id="@+id/tableLayout1"
android:layout_height="match_parent"
android:layout_width="wrap_content">
</TableLayout>
</LinearLayout>