I have a screen where the user has many items to input so screen space is at a premium.
I want the look of the widget on the screen (before the user presses it) to be similar to an EditText or the left portion of the Spinner widget (without the normal down triangle) on the right side of the Spinner. Then when the user presses the widget, he/she will get the normal Spinner selection dialog.
Is there some Spinner style attribute I can change to accomplish this?
I have not been able to see code like this.
Thanks