Anonymous ME TagsEditText Save

Android TagsEditText View

Project README

Android TagsEditText View for creating tags with EditText

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 {
	implementation 'com.github.anonymous-ME:TagsEditText:0.5.0'
}

Step 3. Add TagsEditText to your layout file

    <affan.ahmad.tags.TagsEditText
            android:animateLayoutChanges="true"
            android:layout_width="match_parent"
            android:layout_height="wrap_content"/>

Screenshot

Screenshot

Open Source Agenda is not affiliated with "Anonymous ME TagsEditText" Project. README Source: anonymous-ME/TagsEditText
Stars
50
Open Issues
2
Last Commit
5 years ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating