TagsEditText
介绍:
标签输入控件。
运行效果:
使用说明:
在根 build.gradle的repositories的末尾添加:
allprojects {
repositories {
maven { url "https://jitpack.io" }
}
}
添加依赖
dependencies {
compile 'com.github.mabbas007:TagsEditText:v0.91'
}
把 TagsEditText 添加到布局
<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"/>
已下载
0