This repository was archived by the owner on Sep 30, 2024. It is now read-only.
v0.2.0
This is a big release 🎉
New features
- Widgets library, allowing easy inset handling on top of ConstraintLayout, allowing the same attributes provided by
dbx. See the widgets library for more info. - Edge-to-edge flag APIs:
Insetter.setEdgeToEdgeSystemUiFlags(), with accompanyingdbxattribute:layout_edgeToEdge. Insetter.applyInsetsToView()function, which allows easy application of insets at runtime from code. This is what powers all of thewidgetsanddbxlibraries.- Sample added. It's very basic but does what it needs to.
API changes
- Renamed
app:paddingXXXGestureInsetstoapp:paddingXXXSystemGestureInsetsfor consistency. - Renamed
app:marginXXXXattributes to match system naming scheme:app:layout_marginXXXX