tiper / MaterialSpinner

Implementation of a Material Spinner for Android with TextInputLayout functionalities
Apache License 2.0
130 stars 30 forks source link

Selected item Text Color is showing Black #3

Closed UmarRajput closed 5 years ago

UmarRajput commented 5 years ago

Hi @tiper Selected item Text Color is showing Black even that I set the android:textColor="@color/white" but its not working.

tiper commented 5 years ago

Hi @UmarRajput in order to theme the spinner you need to theme it just like you would be theming a TextInputLayout. Setting the parameters directly will not work. Please check the sample on how you can change the text color.

UmarRajput commented 5 years ago

Hi @tiper by theming a TextInputLayout its working. Thank you.