From: kruland2607 Date: Wed, 18 Jul 2012 15:49:19 +0000 (+0000) Subject: Fix form layout when the user selects a long manufacturer name. X-Git-Tag: upstream/12.09^2~99 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=08b3397a4b688d12a5bd8c7409ae163cd82da6aa;p=debian%2Fopenrocket Fix form layout when the user selects a long manufacturer name. git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@902 180e2498-e6e9-4542-8430-84ac67f01cd8 --- diff --git a/android/res/layout/tcqueryform.xml b/android/res/layout/tcqueryform.xml index 3c6d6333..fe37d805 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"/>