How to set focus on a view when a layout is created and displayed?

后端 未结 15 1175
Happy的楠姐
Happy的楠姐 2020-12-02 15:07

Currently, I have a layout which contains a Button, a TextView and an EditText. When the layout is displayed, the focus will be automa

15条回答
  •  情深已故
    2020-12-02 15:46

    i think a text view is not focusable. Try to set the focus on a button for example, or to set the property focusable to true.

提交回复
热议问题