/** 像素转换工具 */ public class PixelUtils { /** * The context. */ private static Context mContext = CustomApplcation.getInstance(); /** * dp转 px. * * @param value the value * @return the int */ public static int dp2px(float value) { final float scale = m…