Is it possible to have a Spinner in Android with a label that is always visible?
For example a spinner that indicates a gender. The left side of the spinner should have the label ("gender"). The right side of the spinner should have the value.

I got a few problems with this:
- gravity property of the spinner does not show the text on the right if set to right.
- spinner has no label/hint/placeholder property?
- using a textview with property labelfor set to the id of the spinner does not work.
toLeftOfa Spinner that contains "gender" as its text? Perhaps I am misunderstanding what you want, can you post an illustration? – FoamyGuy Jan 14 at 20:48