matteobortolazzo / HtmlLabelPlugin

Use this Xamarin.Forms plugin to display HTML content into a label.
MIT License
137 stars 32 forks source link

Left margin list tag (ul, li) #133

Closed scriptBoris closed 1 year ago

scriptBoris commented 3 years ago

How change default left margin fot "list tag"?

What it looks like by default: image

How it should look image

ptgullas commented 2 years ago

Adjusting the indent of an LI tag is also something I'd like to be able to do. The built-in Label control (when using TextType="Html") has an indent that's not large enough, but this one is too large for my liking. I might look into it when I have time.

ptgullas commented 2 years ago

Actually, it looks like an "AndroidListIndent" property was added (see #101 ). It works nicely.