Don't show the ime until one of the text fields are selected.
This commit is contained in:
parent
bdb8298979
commit
d9b637f02a
@ -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
|
||||||
@ -77,7 +79,7 @@
|
|||||||
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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user