<TableLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:id="@+id/table1"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:stretchColumns="1">
<TableRow>
<EditText
android:id="@+id/editText"
android:layout_width="60dp"
android:layout_height="60dp"
android:layout_marginStart="16dp"
android:layout_marginTop="68dp"
android:ems="10"
android:paddingLeft="10dp"
android:textSize="40dp"
android:text="" />
<EditText
android:id="@+id/editText1"
android:layout_width="60dp"
android:layout_height="60dp"
android:layout_marginStart="16dp"
android:layout_marginTop="68dp"
android:ems="10"
android:paddingLeft="10dp"
android:textSize="40dp"
android:text="" />
</TableRow>
</TableLayout>
Это мой xml.когда я запускаю приложение, второе поле редактирования просто игнорирует его размер и заполняет всю ширину, чтобы достичь границы экрана.Как я могу исправить размеры полей редактирования в строке таблицы и отцентрировать их следующим образом: