Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

v0.1.0

Compare
Choose a tag to compare
@chrisbanes chrisbanes released this 18 Oct 15:53

Insetter

Unfortunately we had some breaking changes in this release

  • Renamed InsetUtils class to Insetter
  • Collapse paddings and margins into new ViewState class. Allows us to add extra state easily later
  • Change OnApplyInsetsListener an interface (allows SAM conversions in Kotlin)
  • Add view parameter to OnApplyInsetsListener
  • Renamed OnApplyInsetsListener.onInsetsListener() to onApplyInsets(). Doh.