I'm having problems when using android:enabled="false"
, it's not disabling the component in the case it's a spinner
. Don't know if it's relevant, but it belongs to a layout that's part of a viewflipper
.
Any hints or workarounds ?
Thanks
Disable or enable it before setting the adapter.
yourSpinner.setEnabled(false); yourSpinner.setClickable(false); yourSpinner.setAdapter(typeAdapter);
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With