-
Notifications
You must be signed in to change notification settings - Fork 214
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Spinner resizes when selecting an item #80
Comments
same problem |
I'm with the same problem here, but only when I create the adapter with: android.R.layout.simple_dropdown_item_1line If create using simple_spinner_dropdown_item like this:
the size remains the same. |
Me too. using
|
Open
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If configured in XML to android:layout_width="wrap_content" upon selecting an item control resizes. In my example, the hint is "Age". The values are 1- 100. When I select the number 1 the control resizes. The control should remain a fixed size.
The text was updated successfully, but these errors were encountered: