private int dp2px(int value){
return (int) TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_DIP,value,getResources()
.getDisplayMetrics());
}
private int sp2px(int value){
return (int) TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_SP,value,getResources()
.getDisplayMetrics());
}
android dp,sp转为px
最新推荐文章于 2024-09-29 10:40:31 发布