android - How to customize the Spinner dropdown view -


is possible customize spinner drop-down view . default spinner drop-down view has adapter view . want change view have own text view or thing this.

you can customize drop-down view overriding getdropdownview method arrayadapter.

@override public view getdropdownview(int position, view convertview, viewgroup parent){      ... } 

Comments

Popular posts from this blog

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -