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
Post a Comment