Skip to content

yibaimishenlan/TagsEditText

 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 100.0%