Android EditText view for view tags
Add it in your root build.gradle at the end of repositories:
allprojects {
repositories {
maven { url "https://jitpack.io" }
}
}
Step 2. Add the dependency
dependencies {
compile 'com.github.mabbas007:TagsEditText:v0.91'
}
Step 3. Add TagsEditText to your layout file
<mabbas007.tagsedittext.TagsEditText
android:layout_width="match_parent"
android:layout_height="wrap_content"
TagsEditText:tagsTextColor="@android:color/white"
TagsEditText:tagsBackgroundColor="@android:color/holo_green_light"
TagsEditText:tagsCloseImage="@drawable/tag_close"/>