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
Set these lines to OnResume as well and make sure if focusableInTouch is set to true while you initialize your controls
OnResume
focusableInTouch
.requestFocus(); .requestFocusFromTouch();