Android TextView

//编写超链接
TextView textView2 = (TextView) findViewById(R.id.MytwoTextView);
		textView2.setText(Html.fromHtml("百度: <a href='http://www.aubuy.com'>http://www.aubuy.com</a>"));

你可能感兴趣的:(Android TextView)