wordpress-mobile / AztecEditor-Android

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

Expand quote and preformat styling options #1004

Closed khaykov closed 1 year ago

khaykov commented 1 year ago

This PR adds:

Details of changes:

Before After
Screenshot_1664493510 Screenshot_1664493591

Test

  1. Modify quoteTextColor in styles.xml and make sure the value is used to render text of the Quote.
  2. Modify preformatBorderColor, preformatBorderRadius, preformatBorderThickness, preformat_leading_margin and preformatTextSize and confirm that style of preformed code changes accordingly.
khaykov commented 1 year ago

Thanks for the review, @danilo04 ! Implemented your suggesting and ready for another pass :)

danilo04 commented 1 year ago

This works as expected. Great work @khaykov !!