Android - request focus on EditText from XML (thanks http://stackoverflow.com/a/8077842/273119)
<EditText android:layout_width="match_parent" android:layout_height="wrap_content"> <requestFocus /> </EditText>