Open Spinner in Android

83 views Asked by At

In my android application I am using Spinner.It is working fine.

But I want to show my spinner in different style as per mentioned link

Kindly provide me solution for the same.

1

There are 1 answers

0
acostela On

Hi if you can use a 3rd party library I will recommend you to use this one. I used it and it's working fine.

https://github.com/ganfra/MaterialSpinner

Inside the repo are the steps to use it.