1
2
int pxValue = 30;
int dpValue = TypedValue.applyDimension(TypedValue.COMPLEX_UNIT_DIP, pxValue , mainContext.getResources().getDisplayMetrics());
cs

+ Recent posts