Is it possible to change the size of the numbers in an ordered list?
Thanks in advance for any help.
B4X:
Sub Activity_Create(FirstTime As Boolean)
Activity.LoadLayout("Layout")
TextEngine.Initialize(Activity)
BBCodeView1.Text = $"[Alignment=Center][TextSize=32][b]Warning![/b][/TextSize][/Alignment]
[TextSize=24][List style=ordered]
[*]Line number 1 bla bla bla.
[*]Line number 2 blablablabla.
[/List][/TextSize]"$
End Sub
Thanks in advance for any help.