Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mabbas007 committed May 16, 2016
1 parent 51c74a3 commit 7913861
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,22 @@ allprojects {
Step 2. Add the dependency
```groovy
dependencies {
compile 'com.github.mabbas007:TagsEditText:v0.91'
compile 'com.github.mabbas007:TagsEditText:v0.95'
}
```
Step 3. Add TagsEditText to your layout file
```xml
<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"/>
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 ##
Expand Down

0 comments on commit 7913861

Please sign in to comment.