MaterialSpinner icon indicating copy to clipboard operation
MaterialSpinner copied to clipboard

A spinner view for Android

Results 48 MaterialSpinner issues
Sort by recently updated
recently updated
newest added

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)` ![b0](https://user-images.githubusercontent.com/40301090/72164112-c7b40f00-33cd-11ea-801d-f101cf9a5c19.jpg) ![b1](https://user-images.githubusercontent.com/40301090/72164129-cda9f000-33cd-11ea-814c-af6416f860f4.jpg)

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:...