获取status bar 高度

            Rect statusRect = new Rect();
            getWindow().getDecorView().getWindowVisibleDisplayFrame(statusRect);
            int statusBarHeight = statusRect.top;

你可能感兴趣的:(获取status bar 高度)