MaterialSpinner icon indicating copy to clipboard operation
MaterialSpinner copied to clipboard

Implementation of a Material Spinner for Android with TextInputLayout functionalities

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

It is not possible to show both text and image in this spinner

enhancement

When error is set, red error icon appears instead of spinner drawable which is OK with me. Problem is that it doesn't get reset when error is gone. Also views...

bug

Hi, I'm experiencing one more issue regarding scrolling up/down of bottom sheet. When I scroll up, the bottom sheet is dragged upward and coves the whole fragment/activity. Instead, I want...

enhancement

**Summary: `performClick()` doesn't work on MaterialSpinner: Dropdown, Dialog or BottomSheet doesn't show.** In my application, there is a holder around the Spinner. When this holder is clicked, the Spinner should...

bug

Altough I used android:src="@drawable/ic_selector_drawable" , arrow color doesnt change.I would like to change default color but it is always black.Even if click the spinner,arrow color change but it is white.How...

When there is a long list of items, preferably dialog spinnerMode is used. But for quick search its difficult to add the Filterable option in the inner class. Is there...

Hi, how you guys doing? I ported this library with updated dependencies and configurations, also moved out from JCenter do use Jitpack.io: https://github.com/thiago-you/material-spinner - Move from JCenter to Jitpack.io -...