textView 加入链接

TextView textView = (TextView) findViewById(R.id.textView);
		textView.setAutoLinkMask(Linkify.ALL);
		textView.setText("http://m.limiapp.com/");

你可能感兴趣的:(textview,链接)