Focus on EditText in ListView when block descendants (Android)

后端 未结 5 1686
一整个雨季
一整个雨季 2020-12-01 21:36

I have a customized ListView. Each row has an EditText, Buttons & TextView. In order to make the ListView items clickable I have kept

5条回答
  •  [愿得一人]
    2020-12-01 22:17

    Try to add this line to your activity in the manifest.xml

    android:windowSoftInputMode="stateHidden|adjustResize|adjustPan"
    

提交回复
热议问题