px转dp

作者: overhaha | 来源:发表于2017-06-20 20:18 被阅读0次

    px转dp

    .setWidth(Math.round(TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_DIP,70,getResources().getDisplayMetrics())))

    .setHeight(Math.round(TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_DIP,60,getResources().getDisplayMetrics()))-1);

    相关文章

      网友评论

          本文标题:px转dp

          本文链接:https://www.haomeiwen.com/subject/cruaqxtx.html