Cutta / TagView

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

If tag added in edittext has 90 width and other tag added has 40 width then both the tags are displayed in 40 width. #19

Closed parthvora25 closed 8 years ago

parthvora25 commented 8 years ago

I debugged your library and found out that if i add a tag with 90 width in total and then after that tag has been added in the tag view, i am adding one more tag of 40 width. If on adding i will add the tags in ascending order width list like 10 width then 15 then 30 etc... so there will be no issues regarding this, but if that is not the case then the tags are not getting displayed fully. Please fix this immediately.