No description
Find a file
2019-08-12 17:11:48 +02:00
.idea Change project settings 2019-08-04 14:29:30 +02:00
gradle/wrapper Add kotlin support and remove detailed view 2019-06-09 15:13:38 +02:00
library Fix input type 2019-08-12 17:11:48 +02:00
sample Disable fullscreen mode in editTexts 2019-08-11 22:26:02 +02:00
.gitignore Update gitignore 2019-08-04 15:38:49 +02:00
build.gradle Update README 2019-07-14 18:14:05 +02:00
gradle.properties Update dependencies 2019-03-09 11:46:51 +01:00
gradlew Initial commit 2017-04-14 00:57:56 +02:00
gradlew.bat Initial commit 2017-04-14 00:57:56 +02:00
LICENSE Rename LICENSE.md to LICENSE 2019-07-16 15:27:39 +02:00
README.md Remove library description 2019-07-16 15:26:48 +02:00
settings.gradle Initial commit 2017-04-14 00:57:56 +02:00

MaterialChipsInput

Fork of an unsupported library which makes working with chips easier

Getting Started

repositories {
  maven { url 'https://jitpack.io' }
}
dependencies {
  implementation 'com.github.wulkanowy:material-chips-input:${lastCommitHash}'
}

Built With

Contributing

Please contribute to the project either by creating a PR or submitting an issue on GitHub.

License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details