我有一个包含各种编辑文本和微调器的页面。为了启用滚动,我已将android:windowSoftInputMode="adjustResize"
活动放入我的清单中。但是当我滚动视图时,我的重点编辑文本失去了焦点。我的意思是,假设我首先关注的是编辑文本,然后我向下滚动,然后回到我的第一个编辑文本,但现在我的第一个编辑文本失去了焦点。有趣的一点是,当我在 API level4.0 中测试相同的东西时,它工作正常,而不是在 4.0 之前
请帮我做什么或建议我失去的东西。
而对于代码,它只是一些正在工作的编辑文本
<ScrollView xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:fillViewport="true" >
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="fill_parent"
android:orientation="vertical" >
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content" >
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/hello" />
<EditText
android:id="@+id/et_user"
android:layout_width="250dp"
android:layout_height="wrap_content"
android:layout_marginLeft="20dp"
android:singleLine="true" />
</LinearLayout>
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content" >
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/hello" />
<EditText
android:id="@+id/et_user"
android:layout_width="250dp"
android:layout_height="wrap_content"
android:layout_marginLeft="20dp"
android:singleLine="true" />
</LinearLayout>
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content" >
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/hello" />
<EditText
android:id="@+id/et_user"
android:layout_width="250dp"
android:layout_height="wrap_content"
android:layout_marginLeft="20dp"
android:singleLine="true" />
</LinearLayout>
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content" >
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/hello" />
<EditText
android:id="@+id/et_user"
android:layout_width="250dp"
android:layout_height="wrap_content"
android:layout_marginLeft="20dp"
android:singleLine="true" />
</LinearLayout>
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content" >
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/hello" />
<EditText
android:id="@+id/et_user"
android:layout_width="250dp"
android:layout_height="wrap_content"
android:layout_marginLeft="20dp"
android:singleLine="true" />
</LinearLayout>
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content" >
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/hello" />
<EditText
android:id="@+id/et_user"
android:layout_width="250dp"
android:layout_height="wrap_content"
android:layout_marginLeft="20dp"
android:singleLine="true" />
</LinearLayout>
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content" >
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/hello" />
<EditText
android:id="@+id/et_user"
android:layout_width="250dp"
android:layout_height="wrap_content"
android:layout_marginLeft="20dp"
android:singleLine="true" />
</LinearLayout>
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content" >
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/hello" />
<EditText
android:id="@+id/et_user"
android:layout_width="250dp"
android:layout_height="wrap_content"
android:layout_marginLeft="20dp"
android:singleLine="true" />
</LinearLayout>
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content" >
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/hello" />
<EditText
android:id="@+id/et_user"
android:layout_width="250dp"
android:layout_height="wrap_content"
android:layout_marginLeft="20dp"
android:singleLine="true" />
</LinearLayout>
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content" >
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/hello" />
<EditText
android:id="@+id/et_user"
android:layout_width="250dp"
android:layout_height="wrap_content"
android:layout_marginLeft="20dp"
android:singleLine="true" />
</LinearLayout>
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content" >
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/hello" />
<EditText
android:id="@+id/et_user"
android:layout_width="250dp"
android:layout_height="wrap_content"
android:layout_marginLeft="20dp"
android:singleLine="true" />
</LinearLayout>
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content" >
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/hello" />
<EditText
android:id="@+id/et_user"
android:layout_width="250dp"
android:layout_height="wrap_content"
android:layout_marginLeft="20dp"
android:singleLine="true" />
</LinearLayout>
<LinearLayout
android:layout_width="fill_parent"
android:layout_height="wrap_content" >
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="@string/hello" />
<EditText
android:id="@+id/et_user"
android:layout_width="250dp"
android:layout_height="wrap_content"
android:layout_marginLeft="20dp"
android:singleLine="true" />
</LinearLayout>
</LinearLayout>
</ScrollView>