yibaimishenlan / TagsEditText

Android EditText for view tags

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

enter image description here Welcome to TagEditView!

Android EditText view for view tags

How to use

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"/>

Screen shots

enter image description here

About

Android EditText for view tags

License:Apache License 2.0


Languages

Language:Java 100.0%