[android-developers] Default focus on RelativeLayout

2009-04-12 Thread Ward Willats
At 9:01 PM -0400 4/11/09, Mark Murphy wrote: >devileper wrote: > > How can you specify which item gets the default focus on Activity >> startup? Using requestFocus programmatically does not work. On >> setContextView the first focusable item listed in the XML is given the >> default focus. Wh

[android-developers] Default focus on RelativeLayout

2009-04-11 Thread devileper
How can you specify which item gets the default focus on Activity startup? Using requestFocus programmatically does not work. On setContextView the first focusable item listed in the XML is given the default focus. When using RelativeLayout, the first item listed is not always the desired item or