标签:
setTextSize(TypedValue.COMPLEX_UNIT_PX,22); //22像素
setTextSize(TypedValue.COMPLEX_UNIT_SP,22); //22SP
setTextSize(TypedValue.COMPLEX_UNIT_DIP,22);//22DIP
Android textView 动态设置代码字号大小,支持单位选项 dp,sp or px
标签:
原文地址:http://www.cnblogs.com/xiaorenwu702/p/4876911.html