From fca59007366e23738a3c5c624bb784afaa3107f3 Mon Sep 17 00:00:00 2001 From: kruland2607 Date: Fri, 10 Feb 2012 02:26:09 +0000 Subject: [PATCH] Fix two layout issues with the ThrustCurve query form layout. 1) use a trick to prevent the keyboard from appearing automatically on ICS (and perhaps other) tables. 2) move the submit button to be tight to the bottom of the form since then even if the keyboard is up, you can still press it. git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@404 180e2498-e6e9-4542-8430-84ac67f01cd8 --- android/res/layout/tcqueryform.xml | 23 +++++++++++++++-------- 1 file changed, 15 insertions(+), 8 deletions(-) diff --git a/android/res/layout/tcqueryform.xml b/android/res/layout/tcqueryform.xml index f6fc7c8f..77c15e5d 100644 --- a/android/res/layout/tcqueryform.xml +++ b/android/res/layout/tcqueryform.xml @@ -1,16 +1,24 @@ - + + + + - + - + - + - + - \ No newline at end of file + \ No newline at end of file -- 2.47.2