I have a spinner with data content, but the spinner is very small. How can i put the spinner diferrent?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I guess you’re talking about the “drop down” item list (in the other case you would just have to change the size of the Spinner in the xml file).
You have differents way to set the Adapter actually, for example, when you declared your ArrayAdapter (or another Adapter), you can set a layout to put data in a View.
See Android.R.layout
For example : “simple_spinner_item” is really small so you’d rather use another one like “simple_dropdown_item_1line”
Can you show us some code if this is not what you are looking for ? I’m not sure of what you are talking (if it’s the Spinner element or the list)