Barber v1.3.1 Release Notes

Release Date: 2015-07-04 // almost 9 years ago
  • ๐Ÿš‘ Hotfix for the barber-compiler pom not specifying the correct artifactId. Should be able to properly resolve the dependency now


Previous changes from v1.3.0

  • ๐Ÿš€ This release adds support for specifying default values in @StyledAttr annotations. They must point to a resource ID, and abide by the same conventions for type resolution as before regarding Kind.

    @StyledAttr(value = R.styleable.BarberView\_animated, defaultValue = R.bool.animated\_default)public boolean isAnimated;