Don't show the ime until one of the text fields are selected.

This commit is contained in:
Kevin Ruland 2012-06-18 02:50:19 +00:00
parent bdb8298979
commit d9b637f02a

View File

@ -2,6 +2,8 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" android:layout_height="match_parent"
android:descendantFocusability="beforeDescendants"
android:focusableInTouchMode="true"
android:orientation="vertical" > android:orientation="vertical" >
<TextView <TextView
@ -72,13 +74,13 @@
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:prompt="@string/simulationConditionSelectMotors" /> android:prompt="@string/simulationConditionSelectMotors" />
<Button <Button
android:id="@+id/simulationConditionDelete" android:id="@+id/simulationConditionDelete"
android:layout_width="250dp" android:layout_width="250dp"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:text="@string/Delete"/> android:text="@string/Delete" />
<Button <Button
android:id="@+id/simulationConditionRun" android:id="@+id/simulationConditionRun"
android:layout_width="250dp" android:layout_width="250dp"