Skip to content

Releases: adroitandroid/ChipCloud

2.2.1

10 Feb 15:03
Compare
Choose a tag to compare
  • Build method can be reused now. Instead of adding new chips, it re-initializes the layout
  • Update method added. It can be used to update chip labels in-place.

Customizations

08 Feb 10:56
Compare
Choose a tag to compare
  • Now you can specify gravity attribute for the chips from among LEFT, RIGHT, CENTER and STAGGERED. STAGGERED is similar to CENTER except that chips are spaced at minimum horizontal spacing in CENTER while they occupy available width equally in STAGGERED.
  • Now you can change the font by typeface attribute, you can specify if you require all caps in chips through allCaps attribute, text size through textSize attribute, minimum horizontal spacing through minHorizontalSpacing attribute and vertical spacing through verticalSpacing attribute.