super.onCreate(icicle);
setContentView(R.layout.focus_after_removal);
// bottom right button starts with the focus.
final Button bottomRightButton = (Button) findViewById(R.id.bottomRightButton);
bottomRightButton.requestFocus();
bottomRightButton.setText("I should have focus");