Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 446 Bytes

README.md

File metadata and controls

19 lines (17 loc) · 446 Bytes

searchablespinner

Searchable Spinner is a dialog spinner with the search feature which allows to search the items loaded in the spinner

  1. Add the JitPack repository to your build file Add it in your root build.gradle at the end of repositories:
	allprojects {
		repositories {
			maven { url 'https://jitpack.io' }
		}
	}
  1. Add the dependency
	dependencies {
		compile 'com.github.wanharaderta:searchablespinner:0.1'
	}