Don't show the ime until one of the text fields are selected.
authorkruland2607 <kruland2607@180e2498-e6e9-4542-8430-84ac67f01cd8>
Mon, 18 Jun 2012 02:50:19 +0000 (02:50 +0000)
committerkruland2607 <kruland2607@180e2498-e6e9-4542-8430-84ac67f01cd8>
Mon, 18 Jun 2012 02:50:19 +0000 (02:50 +0000)
git-svn-id: https://openrocket.svn.sourceforge.net/svnroot/openrocket/trunk@786 180e2498-e6e9-4542-8430-84ac67f01cd8

android/res/layout/simulation_condition_dialog.xml

index ef667c846ea6bae5174ca5307824611c8b3afb49..90d4170cdcc4c2e850415f41d2aac8ec7818e00e 100644 (file)
@@ -2,6 +2,8 @@
 <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"\r
     android:layout_width="match_parent"\r
     android:layout_height="match_parent"\r
+    android:descendantFocusability="beforeDescendants"\r
+    android:focusableInTouchMode="true"\r
     android:orientation="vertical" >\r
 \r
     <TextView\r
         android:layout_width="match_parent"\r
         android:layout_height="wrap_content"\r
         android:prompt="@string/simulationConditionSelectMotors" />\r
-\r\r
+\r
     <Button\r
         android:id="@+id/simulationConditionDelete"\r
         android:layout_width="250dp"\r
         android:layout_height="wrap_content"\r
-        android:text="@string/Delete"/>\r
-\r\r
+        android:text="@string/Delete" />\r
+\r
     <Button\r
         android:id="@+id/simulationConditionRun"\r
         android:layout_width="250dp"\r