I created a spinner and its working fine.
All I want is that when i click on spinner it show drop down
that's it. I want un-clickble
drop down list.
Using this
viewHolder.like.setEnabled(false);
viewHolder.like.setClickable(false);
my spinner set unclickble
.
If anyone need more detail about spinner I can post more details. Suggestions are welcome.