Guest User

Untitled

a guest
Apr 26th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. attributes: [{
  2. type: Ti.UI.ATTRIBUTE_LINK,
  3. range: [0, value.length],
  4. value: Titanium.UI.ATTRIBUTE_UNDERLINE_STYLE_SINGLE,
  5. },
  6. {
  7. type: Ti.UI.ATTRIBUTE_FOREGROUND_COLOR,
  8. value: '#CD1625',
  9. range: [0, value.length],
  10. },
  11. {
  12. type: Ti.UI.ATTRIBUTE_UNDERLINE_COLOR,
  13. value: '#CD1625',
  14. range: [0, value.length],
  15. }
  16. ]
  17.  
  18.  
  19. });
  20.  
  21. credDetailsValue = Ti.UI.createLabel({
  22. attributedString: attr,
  23. width: "70%"
  24. });
Add Comment
Please, Sign In to add comment