Closed khaykov closed 2 years ago
This PR adds IOnDrawPlugin that is used to plugin into drawing cycle of AztecText.
IOnDrawPlugin
I also added a leading margin option for Header spans.
IOnDrawPlugin are abstract, so there is nothing particular to test - just confirm that it looks ok.
headingXYZLeadingMargin
Make sure strings will be translated:
strings.xml
This PR adds
IOnDrawPlugin
that is used to plugin into drawing cycle of AztecText.I also added a leading margin option for Header spans.
IOnDrawPlugin
are abstract, so there is nothing particular to test - just confirm that it looks ok.Test
headingXYZLeadingMargin
style and make sure it is working.Make sure strings will be translated:
strings.xml
as a part of the integration PR.