Cutta / TagView

Android TagView-HashTagView
Apache License 2.0
490 stars 93 forks source link

Need a removeAllTags method ? #2

Closed tennessine closed 8 years ago

tennessine commented 8 years ago

I want to remove all views of tagview, but mTags doesn't clear.So I add a removeAllTags method.

tennessine commented 8 years ago
public void removeAllTags() {
     mTags.clear();
 }
Cutta commented 8 years ago

@w3hacker I added removeAll() method. You can use it for remove all tags from parent layout.