摘要:
<?xml version="1.0" encoding="utf-8"?><selector xmlns:android="http://schemas.android.com/apk/res/android"> <item android:state_pressed="true" android:color="#000000"/> 黑色 <item android:state_focused="true" android:colo 阅读全文
posted @ 2013-04-25 23:48
马骝
阅读(394)
评论(0)
推荐(0)
摘要:
TextView tv=(TextView) findViewById(R.id.TV); String str="默认的超链接样式"; tv.setText(Html.fromHtml("已阅读隐私条款<a href=\"http://www.qq.com\">"+str+"</a>")); tv.setMovementMethod(LinkMovementMethod.getInstance()); 阅读全文
posted @ 2013-04-25 23:34
马骝
阅读(146)
评论(0)
推荐(0)