This PR adds option to specify checked task list item color and if it should use strikethrough.
I tried couple of approaches, but the easiest one was to add styling to the AztecListItemSpan. This requires wiring the styling data to a lot of places, but it also opens up potential for styling list items for other purposes.
Test
You can add the task list button to the toolbar by pasting following code somewhere here:
This PR adds option to specify checked task list item color and if it should use strikethrough.
I tried couple of approaches, but the easiest one was to add styling to the
AztecListItemSpan
. This requires wiring the styling data to a lot of places, but it also opens up potential for styling list items for other purposes.Test
You can add the task list button to the toolbar by pasting following code somewhere here:
Make sure strings will be translated:
strings.xml
as a part of the integration PR.