I have a scrollView with lot of elements
ScrollView scroller = (ScrollView)findViewById(R.id.scrollView);
I need to attach an onClickListe
I think you can custom a ScrollView, override the dispatchTouchEvent method, add add the custom onClick callback.