Skip to content

Version 0.3.1

Compare
Choose a tag to compare
@passy passy released this 05 Jun 17:37
· 13174 commits to master since this release
v0.3.1

Highlights

Prop Defaults from Resources

Prop defaults now also support default values from Resources via setting a resType and resId.

@PropDefault(resType = ResType.DIMEN_SIZE, resId = R.dimen.default_spacing)
static float prop3;

Massive kudos to @pavlospt for implementing this! 🍰 🎉