I am developing an Android application.
I was created by an activity that contains several components
upstairs contains a spinner,
after that it contains a linear layout in which it has two text fields,
1 has a static value, and the other has a dynamic value, which is filled when the user clicks on this linear logo, a dialog box is created and after setting the value in this dialog box, it fills another text image.
I have 4 linearlayout of this type, after which I have another linear layout at the end that contains 2 buttons.
The problem is that in the emulator, when I scroll the mouse, it focuses on the counter, and after that the last button (means that the color changes to orange)
So the question is how can I focus on this 4-line layout (I set focusable and focusontouch and clickable to true for this linearlayout.)
Anant source share