• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Controlling Focus

gezh

Member
Hi all.

My activity consists of a number of widgets, one of which is an EditText. When the app starts, the EditText seems to have focus, so that the keypad pops up and obscures the screen. How can I ensure that this element doesn't have the focus?

I've tried calling requestFocus() on one of the other elements, but this hasn't made a difference.

Many thanks.
 
Back
Top Bottom