Skip to content

A dropdown which looks like material component outlined TextInputLayout.

Notifications You must be signed in to change notification settings

vikram2330/MaterialDropDown

Repository files navigation

MaterialDropDown

A dropdown which looks like material component outlined TextInputLayout.

Screenshot

##Syntax

materialDropDownCountries.setList(list,object :MaterialDropDownListener{
      override fun selectedItem(
        text: String,
        position: Int
      ) {
      //Do something with selected Item
      }

    })

you can pass true to set first item of list as selected Item

About

A dropdown which looks like material component outlined TextInputLayout.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published