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
you can add an edit text of size "0 dip" as the first control in ur xml, so, that will get the focus on render.(make sure its focusable and all...)