`

android -> TextView setTextSize(int unit, float size) -- px,sp,dip

 
阅读更多

TextView setTextSize(int unit, float size)

 

 

TypedValue.COMPLEX_UNIT_PX   //Pixels 

TypedValue.COMPLEX_UNIT_SP   //Scaled Pixels 

TypedValue.COMPLEX_UNIT_DIP  //Device Independent Pixels

 

 

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics