ganfra / MaterialSpinner

Spinner with Material Design - Down to API 14
Apache License 2.0
946 stars 214 forks source link

Remove arrow and underline #148

Open ABhayBohra opened 5 years ago

ABhayBohra commented 5 years ago

I want to remove arrow and the underline. How to do that

ghost commented 5 years ago

Just these 3 lines will get the work done.

app:ms_arrowColor="@android:color/transparent"
app:ms_arrowSize="0sp"
app:ms_thickness="0dp"