Automatic popping up keyboard on start Activity

后端 未结 19 1070
醉梦人生
醉梦人生 2020-11-28 23:05

I got a relative simple question. I have an activity with a lot of EditText\'s in them. When I open the activity it automatically focusses to the first EditText and displays

19条回答
  •  南方客
    南方客 (楼主)
    2020-11-28 23:35

    You can add this to your Android Manifest activity:

    android:windowSoftInputMode="stateHidden|adjustResize"
    

提交回复
热议问题