views:

38

answers:

1

Hi,

I have 2 activities, A1 and A2.

My application opens in Activity A1. None of the views in A1 are focused at startup, until I use the arrow keys to navigate through the views.

A button press in A1 launches activity A2.

When A2 opens, the first Button in A2 is focused by default. I do not want this happen. What I want is when A2 opens, none of the buttons are focused until arrow keys are used to naviagte through them(just like it is in A1).

Any idea how I can achieve this?