Android: softkeyboard not showing up

前端 未结 5 503
灰色年华
灰色年华 2021-01-18 17:16

I have 2 EditTexts in the MainActivity Layout. If i run the application normally the 1st EditText gets focused but the softkeyboard is not openned.

but when i used t

5条回答
  •  旧时难觅i
    2021-01-18 18:04

    For getting the focus to particular edittext just add the tag inside your edit text.

    
        
        
    

提交回复
热议问题