jaredrummler / MaterialSpinner

A spinner view for Android
Apache License 2.0
1.32k stars 217 forks source link

Reset spinner to hint text #114

Open pingpingsim opened 5 years ago

pingpingsim commented 5 years ago

I have a switch for different nationality.

walid-ashik commented 5 years ago

Hi, I've seen that materialSpinner extends TextView so I reset the hint just setting textview properties as materialSpinner.setText("Hint"); and this will work exactly like hint. you can try it.