赞
踩
- <resources>
- <string name="hello"><u>phone:0123456</u></string>
- <string name="app_name">MyLink</string>
- </resources>
-
-
-
2.如果在代码中
(1)
- TextView textView = (TextView)findViewById(R.id.tv_test);
- textView.setText("0123456");
(2)
- tvTest.getPaint().setFlags(Paint. UNDERLINE_TEXT_FLAG ); //下划线
- tvTest.getPaint().setAntiAlias(true);//抗锯齿
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。