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

web services - java.lang.NoClassDefFoundError: Could not initialize class net.sf.cglib.proxy.Enhancer -

Accessing MATLAB's unicode strings from C -

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