xxhdpi 75dp

xhdpi 50dp


Rect CheckRect = new Rect();

Window window = getWindow();

window.getDecorView().getWindowVisibleDisplayFrame(CheckRect);

int nStatusBarHeight = CheckRect.top;


Posted by MR 손
,