MaterialSpinner
MaterialSpinner copied to clipboard
A spinner view for Android
The `ms_popup_padding_top `and `ms_popup_padding_bottom` works not, only if you put to your dimens.xml this item: `24dp` After that the items in popup list have correct padding, except the first and...
I want set `ms_popup_padding_bottom` and `ms_popup_padding_top` with value `2dp`, but it is does not work. `android:minHeight="@dimen/ms__item_height"` has been set to list item , so I can not set `ms_popup_padding_top` or...
I am using a custom material spinner from this library. So here is the problem when using a Viewpager2(`implementation "androidx.viewpager2:viewpager2:1.0.0"`) in fragments. Each fragment consists of an TextInputEditText inside a...
Seems to be no way to set a Hint. This would be useful for initialising the items dropdown with a pre-defined String i.e. "Please Select" or "Choose one"
* Fix issue #131 to we use adapter.getItemText() rather than item.toString. * ⚠️ had to remove the Hint text handling as I observed several bugs related to manipulating the size...
Selected Item shows with `.toString()` but must be with `adapter.getItemText(position)`  
I tried but I can't show the spinner selected item in the list.
I'm getting the Inflate Exception for the spinner. Following is my Stack Trace and then the XML : --------- beginning of crash 2021-02-23 12:22:23.933 30676-30676/? E/AndroidRuntime: FATAL EXCEPTION: main Process:...