SkillAgentSearch skills...

TagsEditText

Android EditText for view tags or chips

Install / Use

/learn @mabbas007/TagsEditText
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Unfortunately, I'm busy to maintain this project, so please feel free to fork it and adjust it the way you want

<a href="https://android-arsenal.com/details/1/3581/" rel="Android Arsenal TagsEditText">TagsEditText 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:1.0.5'
}

Step 3. Add TagsEditText to your layout file

<mabbas007.tagsedittext.TagsEditText
        android:id="@+id/tagsEditText"
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        TagsEditText:allowSpaceInTag="true"
        TagsEditText:tagsCloseImageRight="@drawable/tag_close"
        TagsEditText:tagsBackground="@drawable/square"
        TagsEditText:tagsCloseImageLeft="@drawable/dot"
        TagsEditText:tagsTextColor="@color/blackOlive"
        TagsEditText:tagsTextSize="@dimen/defaultTagsTextSize"
        TagsEditText:tagsCloseImagePadding="@dimen/defaultTagsCloseImagePadding"/>

Screen shots

enter image description here

Related Skills

View on GitHub
GitHub Stars695
CategoryDevelopment
Updated22d ago
Forks125

Languages

Java

Security Score

95/100

Audited on Mar 14, 2026

No findings