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

How to set text size of selected item? as custom xml layout for spinner is not working

Hi @tiper really awesome library you've created. I want to add country image flag and country code as fetched from api and add custom adapter in the material spinner and...

enhancement

When I try to clear the spinnerSelection. ```java spinner.setSelection(-1) ``` And then I get: > java.lang.NullPointerException: Attempt to invoke interface method 'int java.util.List.size()' on a null object reference at android.widget.ArrayAdapter.getCount(ArrayAdapter.java:344)...

Hi, thanks for this great library. I'm going to set **typeface** for **hint**, **floating label** and **selected item** but i don't know how!. I found the **custom adapter** solution for...

Please add some enhancement to include text search in dropdown mode for long list of data values

Hi spinner shows package name when selecting an item. Can anyone help?

I want to align the text of the select item centered. The set spinner adapter is created with a custom layout with a text view using `android:textAlignment="center"`. That adapter shows...

Is there anything blocking updating this library to use androidx? I could make a PR if you would accept it. I would love to use the library, but my policy...

question

```xml Mercury Venus Earth Mars Jupiter Saturn Uranus Neptune

enhancement

spinnermode dropdown not showing items inside custom dialog(Custom Dialog is showing inside a Fragment)