Closed tennessine closed 8 years ago
I want to remove all views of tagview, but mTags doesn't clear.So I add a removeAllTags method.
public void removeAllTags() { mTags.clear(); }
@w3hacker I added removeAll() method. You can use it for remove all tags from parent layout.
I want to remove all views of tagview, but mTags doesn't clear.So I add a removeAllTags method.