0
我對android應用程序開發非常新穎。在下面的代碼中,我使用TableLayout來放置我的內容,但在表格行中獲得了一些額外的空間。請建議如何刪除它。TableLayout中的額外空間
<TableRow
android:layout_width="match_parent"
android:layout_height="match_parent">
<TextView
android:textAppearance="?android:attr/textAppearanceMedium"
android:text="DataStage 8.5"
android:id="@+id/textViewDS8.5"
android:layout_column="0"
android:textStyle="bold|italic"
android:textColor="#090909"
android:layout_width="wrap_content"
android:layout_height="wrap_content" />
</TableRow>
您是否想要文本一起出現在中間還是右邊的列出現在箭頭所在的位置? – BR89