テーブル行(テキストビューを含む)のレイアウトパラメータを設定するのに問題があります。
良いレイアウトを得るためにいくつかの列を追加したいと思います。私はそれを動的にやっています。(コード内)
<TableRow>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="ok"/>
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="bye"/>
</TableRow>
これらの2つのテキストビューを2つの列にし、それに応じて画面上にレイアウトしたいと思います。