Guest User

Untitled

a guest
Aug 8th, 2012
19
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. Links within UILabels to Native Functions
  2. TextView someText = (TextView) findViewById(R.id.about);
  3.  
  4. someText.setAutoLinkMask(Linkify.ALL);
  5.  
  6. contact.setText("Toll Free: 888-888-8888");
Advertisement
Add Comment
Please, Sign In to add comment