1 /** 2 * 3 * px dip 转换 4 */ 5 public class DensityUtil { 6 7 /** 8 * 根据手机分辨率 dip 转 px 9 */ 10 static public int dip2px(Context context,float dpValue)... ...
分类:
其他好文 时间:
2018-05-19 18:37:04
阅读次数:
366
android开发中的dip转px和px转dip。...
分类:
其他好文 时间:
2015-04-16 12:25:31
阅读次数:
101