具有多个视图和edittext的android Listview

时间:2016-10-10 07:40:18

标签: android listview android-edittext

在我的项目中,我使用多组TextViews或EditText并且我有这样的问题 - 每次disapear时,edittext都会丢失焦点和键盘。每次键盘出现时我需要使用listview调整大小Example of my views < / p>

我的listView是下一个

    <ListView
    android:id="@+id/list"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="@color/grey"
    android:descendantFocusability="beforeDescendants">
</ListView>

和Manifest配置

    <activity android:name=".TestActivity"
        android:configChanges="keyboardHidden|orientation|screenSize"
        android:windowSoftInputMode="adjustResize"/>

我尝试了一些问题,但是效果不好我在focuse中有两个或多个视图时有滞后。有问题 - 我添加了onTouchListener()来保存焦点。和onFocuse()方法我在节目键盘显示时使用保存焦点来请求聚焦

0 个答案:

没有答案