Scenario: I have customer data in a screen resides in linear layout with 3 textview and a relative layout in it at right side with two image view and a textview.
I have only text view input to scroll till that layout upon scrolling to that linear layout, have to click on the image view present in that linear layoout.
properties for image view of all linear layout are same, index is also same for all image view of linear layout.
How can i achieve it? please suggest.