Currently, I have a layout which contains a Button, a TextView and an EditText. When the layout is displayed, the focus will be automa
Button
TextView
EditText
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.