I can add underline in spinner using style=\"@style/Base.Widget.AppCompat.Spinner.Underlined\". How can I change color of underline using style only? I dont wan
style=\"@style/Base.Widget.AppCompat.Spinner.Underlined\"
Add this to spinner
android:backgroundTint="@color/gray"