I'd like to decrease/change the spinner size which includes:
- the spinner object size
- the font displayed (its size and color)
- When I open spinner the list view which is displayed (its font size and color)
I'd like to decrease/change the spinner size which includes:
in my spinner makes it smaller using
when making the array adapter seems to make it smaller also, but i have no idea whether or not that is a sane thing to do.
You can change these settings in the layout file. The hello-spinner tutorial is very useful.
http://developer.android.com/guide/tutorials/views/hello-spinner.html
Add a new XML file to your layout folder.
Example: spinnerLayout.xml
Change the adapter resource to your new layout file: