android 在 listview 添加editText丢失光标

来源:互联网 发布:网络语土杀什么意思 编辑:程序博客网 时间:2024/06/05 05:17
<ListView    android:id="@android:id/list"     android:layout_height="fill_parent"     android:layout_width="fill_parent"    android:descendantFocusability="beforeDescendants"    />

Change to activity in mainfest.xml:

<activity android:name= ".yourActivity" android:windowSoftInputMode="adjustPan"/>
原创粉丝点击