Hopefully my question is self explanatory; if not here is what I'm trying to do. I have a spinner that has 5 options. If the user selected options 1-4 I want the text in the spinner to display "Level 1" instead of the actual value that was selected.
example~
red is selected -> spinner displays "Level one"
green is selected -> spinner displays "Level one"
blue is selected -> spinner displays "Level one"
yellow is selected -> spinner displays "Level one"
Level Not Reached is selected ->spinner displays "Level Not Reached"
Is this possible? If so how should I be doing this?