AndroidTagView
AndroidTagView copied to clipboard
Fix IndexOutOfBoundsException when Gravity.CENTER
When gravity is set to center on tag container code checks previous tags (i - 1) if position is 0, i-1 = -1 which is IOOBE.
Is this lib dead?