1

I know we can't add dotted to border style on .tss. May I know any hacks or idea to add dotted line on the border for a view?

halfer
  • 19,824
  • 17
  • 99
  • 186
davidlee
  • 5,611
  • 17
  • 56
  • 82

1 Answers1

1

The best way is to create an image Dot image

You can use MaskedImage and set the color you want

<MaskedImage id="dotted" tint="#68BCBF" mask="/images/dottedTuto.png" width="Ti.UI.FILL" height="Ti.UI.FILL"></MaskedImage>
Thomas Lemaitre
  • 1,154
  • 6
  • 8