Skip to content

mabbas007/TagsEditText

Folders and files

NameName
Last commit message
Last commit date
May 13, 2016
May 13, 2016
May 13, 2016
May 10, 2016
May 10, 2016
May 10, 2016
May 12, 2016
May 10, 2016
May 10, 2016
May 10, 2016
May 10, 2016
May 10, 2016

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.90'
}

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