wordpress-mobile / AztecEditor-Android

A reusable native Android rich text editor component.
Mozilla Public License 2.0
675 stars 112 forks source link

Add onDraw plugin and header leading margin option #1005

Closed khaykov closed 1 year ago

khaykov commented 1 year ago

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

  1. Change leading margin value of any heading using headingXYZLeadingMargin style and make sure it is working.
  2. Make sure leading margin is not visible when it is not set.

Make sure strings will be translated: