From 5ace9f29c639d21fc464b9fc5a0d43b2ea0ebb2d Mon Sep 17 00:00:00 2001 From: Kevin Ruland Date: Wed, 18 Jul 2012 15:49:19 +0000 Subject: [PATCH] Fix form layout when the user selects a long manufacturer name. --- android/res/layout/tcqueryform.xml | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) diff --git a/android/res/layout/tcqueryform.xml b/android/res/layout/tcqueryform.xml index 3c6d63332..fe37d805d 100644 --- a/android/res/layout/tcqueryform.xml +++ b/android/res/layout/tcqueryform.xml @@ -16,53 +16,62 @@ android:id="@+id/tableLayout1" android:layout_width="fill_parent" android:layout_height="wrap_content" - android:stretchColumns="1" > + > + android:text="@string/motor_manufacturer" + android:layout_weight="0" /> + android:text="@string/motor_impulseclass" + android:layout_weight="0"/> + android:text="@string/motor_commonname" + android:layout_weight="0"/> + android:text="@string/motor_diameter" + android:layout_weight="0"/>