Barber v1.3.0 Release Notes

Release Date: 2015-07-03 // over 8 years ago
  • 🚀 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;