android - Adding the imagebutton to the spinner row makes it unselectable? -



android - Adding the imagebutton to the spinner row makes it unselectable? -

i'd have spinner ability select item , click on button.

this listener works

spinner.setonitemselectedlistener(new onitemselectedlistener() { @override public void onitemselected(adapterview<?> arg0, view arg1, int position, long arg3) { } @override public void onnothingselected(adapterview<?> arg0) { } });

but when add together button custom row of spinner row becomes unselectable , button clickable. how create selectable again?

android listener android-spinner

Comments

Popular posts from this blog

javascript - mongodb won't find my schema method in nested container -

How do you set up a perforce server to work over the internet? -

ios - Lagging ScrollView with UIWebview inside -