Can I use android:spinnerMode
xml attribute in Android 2.2?
I need to get an inline dropdown anchored to the Spinner
widget than getting in dialog window.
Can I use android:spinnerMode
xml attribute in Android 2.2?
I need to get an inline dropdown anchored to the Spinner
widget than getting in dialog window.
Jake Wharton, the author of
ActionBarSherlock
library, made possible to useIcsSpinner
outside of action bar. Read through this discussion: https://groups.google.com/d/topic/actionbarsherlock/fL-JL6Mn7kg/discussionIcsSpinner
allow to setupdropdown
ordialog
mode.