1. 程式人生 > >android:ListView中EditText焦點問題/無游標/輸入不上

android:ListView中EditText焦點問題/無游標/輸入不上

1.在AndroidManifest.xml中加入(加入到對應的activity中)

<activity android:name=".ThreeActivity"
    android:windowSoftInputMode="adjustPan"/>

2.在xml中的ListView加以下屬性

android:descendantFocusability="beforeDescendants"

重新執行即可

更多好內容戳下面: