您的位置:首页 > 移动开发 > Android开发

android 在 listview 添加editText丢失光标

2013-11-01 15:32 423 查看
<ListView

android:id="@android:id/list"

android:layout_height="fill_parent"

android:layout_width="fill_parent"

android:descendantFocusability="beforeDescendants"

/>

[/code]

Change to activity in mainfest.xml:
<activity android:name= ".yourActivity" android:windowSoftInputMode="adjustPan"/>

[/code]
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: