Android Question How to create a crossed string?

Alex_197

Well-Known Member
Licensed User
Longtime User
Hi all.
I need to create a crossed string that will look like this (see attached).
Is it possible? It will be a label text.

Thank you.
 

Attachments

  • screen1.png
    screen1.png
    592 bytes · Views: 137

aeric

Expert
Licensed User
Longtime User
B4X:
cs.Strikethrough.Append(str).PopAll
 
Upvote 0
Top