Version 0.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! 🍰 🎉