首先,对不起我的英语。我不是母语人士。
我尝试了很多方法来在 TableRow 中对齐我的 TextView
<TextView
android:text="ท่านต้องการสิ่งใดเพื่อช่วยในการดูแลตนเอง"
android:textSize="12sp"
android:width="300dp"
android:layout_height="150dp"
android:background="@drawable/cell_shape"
android:gravity="center_horizontal|center_vertical" />
<!-- CheckList -->
<TextView
android:id="@+id/answer_dialog_0309"
android:textSize="12sp"
android:width="300dp"
android:layout_height="150dp"
android:background="@drawable/cell_shape"
android:gravity="fill_vertical" />
</TableRow>
这是我的输出: